You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.
Hey folks, I've noticed (actually my compiler did) there are some types missing. For example GraphQLFieldDefinition, GraphQLFieldDefinitionMap and GraphQLFieldResolveFn.
They are imported from graphql package but there are none of them, actually. Also, I didn't find any type augmentations related to these types. Soo, my question is: where are the types coming from? :)
The text was updated successfully, but these errors were encountered:
Hey folks, I've noticed (actually my compiler did) there are some types missing. For example
GraphQLFieldDefinition
,GraphQLFieldDefinitionMap
andGraphQLFieldResolveFn
.They are imported from
graphql
package but there are none of them, actually. Also, I didn't find any type augmentations related to these types. Soo, my question is: where are the types coming from? :)The text was updated successfully, but these errors were encountered: