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
validateDocument takes an additionalDirective parameter that could be given when instantiating Neo4jGraphQL class instead of using documentDirectiveTransformer after the validation of the schema.
This would prevent unexpected errors such as Object types need a way to be resolved for field because obviously, our custom directives did not add the resolvers upon validation time.
It seems to be a very simple addition but I don't have the time to commit to it unfortunately
The text was updated successfully, but these errors were encountered:
Hi,
graphql/packages/graphql/src/classes/Neo4jGraphQL.ts
Line 364 in f7bdadb
validateDocument
takes anadditionalDirective
parameter that could be given when instantiatingNeo4jGraphQL
class instead of usingdocumentDirectiveTransformer
after the validation of the schema.This would prevent unexpected errors such as
Object types need a way to be resolved for field
because obviously, our custom directives did not add the resolvers upon validation time.It seems to be a very simple addition but I don't have the time to commit to it unfortunately
The text was updated successfully, but these errors were encountered: