GraphQL Type Definitions
The Neo4j GraphQL library maps GraphQL type definitions to the equivalent iFull 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. iFull 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 iFull 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:
Join GraphAcademy to keep learning
Create your account to unlock 80+ hours of hands-on Neo4j courses, track your progress, and earn a certificate when you complete the course.
Sign in or register