-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
First of all I want to say that this is some awesome work! I've been hunting for something like it and none of the other solutions I've seen feel anywhere near as clean as this project. I feel like the repetition of GQL is one of the things that have hit me the hardest when defining schemas. So all in all thank you for this awesome project!
With regards to the project, I was wondering if there are any plans to support the use of the spread syntax inside of queries/mutation args. Currently I have a query and I would like to be able to pass in some pagination args that I have defined in an input, but I believe this is not supported.
getThings(
q: String!
..._PaginationInput
): [Thing!]!
Metadata
Metadata
Assignees
Labels
No labels