2.3 · Lesson

GraphQL Relationships

To add Full definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node. to a GraphQL API using the Neo4j GraphQL Library you use the @relationship GraphQL schema directive.

GraphQL schema directives are GraphQL's built-in extension mechanism that allows developers to indicate some custom server-side logic should occur.