Closed akoenig closed 6 years ago
I just encountered that the TypeScript type definitions are not aligned with the actual schema. Consider this screenshot from the Playground:
Unfortunately, the generated TypeScript type definition does not ship with the connect attribute:
connect
The type defs has been generated with "graphql-cli": "^2.15.8".
"graphql-cli": "^2.15.8"
Aaaargh ... closing it (my VSCode needed a couple of minutes to refresh).
I just encountered that the TypeScript type definitions are not aligned with the actual schema. Consider this screenshot from the Playground:
Unfortunately, the generated TypeScript type definition does not ship with the
connect
attribute:The type defs has been generated with
"graphql-cli": "^2.15.8"
.