Skip to content
On this page
GETTING STARTED

Our API allows clients to read and modify data stored in our database. This page documents how to write a valid API request, how authorization scopes are applied, and how complex or custom queries and mutations can be written and executed. Furthermore, this page describes how we structured our data in schema, types and definitions. However, you can also obtain this information via introspection.


If you are already familiar with GraphQL and quickly want to test our API, you can do this with GraphQL Playground. Here are some resources to help - Hasura Cloud and Complete guide to GraphQL Playground.


You can access our GraphQL API endpoint via this URL:

https://europe-west3-apomap-staging.cloudfunctions.net/graphql


To see what can be done or built with our API, visit our Codesandbox for inspiration.