-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ts-graphql-plugin does not understand directive @connection (relay) #118
Comments
this only happens with the validate command. |
You can tell custom directives with local schema. |
I've tried defining a custom schema directive that way, and I'm receiving this error:
I think it could be because the directive exists in the introspection query result as a type. Here's my set-up:
|
In the relay standard exists an extra directive @connection for paging.
It is at least used by the apollo and relay toolkits.
ts-graphql-plugin complains that it doesn't know this directive.
Can you whitelist it?
The text was updated successfully, but these errors were encountered: