How to change type ? #854
Replies: 2 comments 17 replies
-
Regarding the union type: I have not had this particular use-case, but on paper, yes, something like this should work.
Now whether this all can work that way in combination with the query builder, I can't say. Is there a specific issue you have with your approach? Anything in particular not working? |
Beta Was this translation helpful? Give feedback.
-
I have the same problem. When we use graphql-laravel/src/Support/SelectFields.php Lines 256 to 260 in 5817033 Unlike line 258 of code, we know which fields are required according to the types defined in the union class. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question:
Is there any way to switch to paginating products field or not?
the switch boolean flag will be for example called paginate which will be a query parameter
Versions:
graphql-laravel Version: 7.2
Laravel Version: 8.61
PHP Version: 8
Beta Was this translation helpful? Give feedback.
All reactions