OGM
Most applications don’t only expose a single GraphQL API — there may also be scheduled jobs, authentication, and migrations keeping an application on. The OGM (Object Graph Mapper) can be used to programmatically interact with your Neo4j GraphQL API, so you can achieve these goals.
This section includes:
-
Installation - How to install the OGM and usage examples.
-
Directives - How to use directives in OGM.
-
Selection set - How to use this GraphQL functionality in OGM.
-
TypeScript Type Generation - How to generate types in Neo4j GraphQL using TypeScript.
-
API Reference - Reference guide to all functionalities in OGM.
Before using the OGM, it’s recommended that you have a good understanding of the Neo4j GraphQL Library first. Walk through the Getting started guide or take the course Introduction to Neo4j & GraphQL in GraphAcademy for more instructions. |