-
-
Notifications
You must be signed in to change notification settings - Fork 816
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
Subscription - Property 'Subscription' is incompatible with index signature. #372
Comments
blazarus
added a commit
to blazarus/graphql-tools
that referenced
this issue
Aug 3, 2017
This fixes issue ardatan#372. It seems like the 'subscribe' property was simply missing from the interface definition.
stubailo
pushed a commit
that referenced
this issue
Aug 15, 2017
This fixes issue #372. It seems like the 'subscribe' property was simply missing from the interface definition.
I'm getting a similar error:
It seems that the types are not working properly. As it's seeing I managed to make the above work by forcing it to see it as an
|
I like the idea of rolling these up into a single issue about improving TypeScript definitions and compatibility. Let's do that in #704 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I got this error when I tried to execute this code. Do you have any idea?
The issue is related to the "subscribe" attribute.
Thanks
The text was updated successfully, but these errors were encountered: