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
Error: The introspection query is resolving asynchronously; execution of an introspection query is not expected to return a Promise.
Wrapped type resolvers should maintain the existing execution dynamics of the resolvers they wrap (i.e. async vs sync) or introspection types should be excluded from wrapping by checking them with graphql/types, isIntrospectionType predicate function prior to wrapping.
Error: The introspection query is resolving asynchronously; execution of an introspection query is not expected to return a
Promise
.Wrapped type resolvers should maintain the existing execution dynamics of the resolvers they wrap (i.e. async vs sync) or introspection types should be excluded from wrapping by checking them with
graphql/type
s,isIntrospectionType
predicate function prior to wrapping.Here is the resolver and middleware in question
And I am using apollo-express-server.
The text was updated successfully, but these errors were encountered: