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.
Custom directives run after the data has been injected into the database and therefore unfit for the most obvious use-cases. For example, annotating a field with validation prior to being inserted into the database is not possible. The only alternative is to use a custom resolver for almost every field. This poses the problem that all graphql schema declarations would need to be annotated with neo4j_ignore thus rendering makeAugmentedSchema almost obsolete.
The text was updated successfully, but these errors were encountered:
Custom directives run after the data has been injected into the database and therefore unfit for the most obvious use-cases. For example, annotating a field with validation prior to being inserted into the database is not possible. The only alternative is to use a custom resolver for almost every field. This poses the problem that all graphql schema declarations would need to be annotated with
neo4j_ignore
thus renderingmakeAugmentedSchema
almost obsolete.The text was updated successfully, but these errors were encountered: