GraphQL Type Definitions
2.2 · Lesson

GraphQL Type Definitions

The Neo4j GraphQL library maps GraphQL type definitions to the equivalent Full definition for property graph (opens in a new tab)The data model Neo4j implements, in which nodes and relationships both carry properties as well as labels and types. Full definition for data model (opens in a new tab)The labels, relationship types and properties chosen to represent a domain. in Neo4j to generate a single Full definition for Cypher (opens in a new tab)Neo4j's implementation of GQL, the ISO standard query language for graph databases. It is declarative: you describe the pattern to find, and the database decides how to find it. query to resolve an arbitrary GraphQL request.

In this lesson, you will learn how to update the GraphQL type definitions to: