An up-to-date GraphQL schema for our service can be downloaded from this URL:
https://public-api-sandbox.firstaml.com/graphql?sdl
This will download a file named schema.graphql
, this schema is in GraphQL SDL (Schema Definition Language) format.
You can use tools such as GraphQL Voyager to load this schema, allowing you to visually navigate the API schema.
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.