-
-
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
Improve TypeScript support and definitions #704
Comments
same here - what's the 'includes' property? |
I'm getting the same, did anyone manage to solve this? |
Similar issues: #372, #583 & DefinitelyTyped/DefinitelyTyped#21359. |
Also related: #404 |
Updates? |
Any news? Should be enough to change IFieldResolver definition from
to
Shouldn't be? |
Pull requests now welcome! |
This looks potentially fixed in #1307, closing for now, please check out graphql-tools@next and reopen as necessary. |
Hello,
In my project I'm currently giving Apollo Server (express) a try and am having some difficulties finding how to write type-safe mutation resolvers.
Given the following schema:
If I write the following then my code compiles and I do have some type safety with the reserveDeal input
The problem is the
| any
that I had to add to work around the following compilation issue withmakeExecutableSchema
:Do you have any ideas/pointers to help me improve this code towards better type safety?
The text was updated successfully, but these errors were encountered: