-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
I searched the documentation for which erros are currently being thrown by neo4j/graphql, and under what circumstances. Unfortunately, there is currently no documentation for this.
I found the following errors in the code:
Neo4jGraphQLError
- Neo4jGraphQLForbiddenError
- Neo4jGraphQLAuthenticationError
- Neo4jGraphQLConstraintValidationError
- Neo4jGraphQLCypherBuilderError
- Neo4jGraphQLRelationshipValidationError
Most of these are actually self-explanatory, but what is the Neo4jGraphQLRelationshipValidationError for, for example?. Under what circumstances is this error triggered? How should this error be handled?
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation