First AML GraphQL Schema

Browse the type definitions available in the GraphQL schema

The First AML Public API is a GraphQL API, this means it has a strongly typed schema available.

Typically this is described in SDL (schema definition language), you can download the current version of the API schema from this url:

https://public-api-sandbox.firstaml.com/graphql?sdl

This SDL schema can also be utilised to provide autocomplete and type safety when writing queries in your IDE (Integrated Development Environments) such as VSCode or the Jetbrains range of IDEs.

You may also browse the types available in the schema in the left hand menu.