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 Sep 3, 2021. It is now read-only.
When passing a resolvers object to makeAugmentedSchema it seems that only the Query and Mutation resolvers are included when building the schema and other type resolvers are excluded.
These other type resolvers should be included in the schema.
When passing a
resolvers
object tomakeAugmentedSchema
it seems that only theQuery
andMutation
resolvers are included when building the schema and other type resolvers are excluded.These other type resolvers should be included in the schema.
See https://github.com/neo4j-graphql/neo4j-graphql-js/blob/master/src/augmentSchema.js#L37-L43
The text was updated successfully, but these errors were encountered: