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:

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.