graphql-cli / graphql-cli-prepare

Plugin for graphql-cli to bundle schemas and generate bindings
MIT License
33 stars 3 forks source link

Nested mutation argument not aligned with TypeScript type definitions #88

Closed akoenig closed 6 years ago

akoenig commented 6 years ago

I just encountered that the TypeScript type definitions are not aligned with the actual schema. Consider this screenshot from the Playground:

screen shot 2018-03-13 at 13 44 13

Unfortunately, the generated TypeScript type definition does not ship with the connect attribute:

screen shot 2018-03-13 at 13 39 08

The type defs has been generated with "graphql-cli": "^2.15.8".

akoenig commented 6 years ago

Aaaargh ... closing it (my VSCode needed a couple of minutes to refresh).