Samer Alabi
Samer Alabi
Resolves #42 - Adds a proxy script for using `syrup` within samples. - Updates all generated files with up-to-date selection generation.
## Problem Currently, you can create a GraphQL operation where object arguments can be defined through GraphQL arguments but not through arguments literals. `Syrup` seems to strip curly brackets and...
## Problem Currently, empty array literals are being striped when generating a GraphQL operation. Support empty array literals. ### Examples Query with array literal ```graphql query NodeQuery { nodes(ids: [])...
`Mint` is currently being used to run `Syrup` within the samples. Use local builds of `Syrup` instead within Swift, Kotlin, & TypeScript.
Support generating files from the location of the found GraphQL file rather than generating all definition files at a single location.
Currently writing inline fragments on the object type itself is not supported by Syrup. The bug does not have a lot of use cases but is a valid GraphQL rule....
This PR removes the `_BaseFields_` API in favour of a `Union` & `Common` that can be composed better together in interface types which share common fields.