Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GraphQL - What is it?

Concepts

Please read our beginners guide for a quick overview of GraphQL's core concepts: For a detailed explanation of GraphQL concepts, please see our /wiki/spaces/~712020ed0261f15a044ee387ddaa27aaf37f0d~simonc/pages/840728681119473875 documentation. However, if you just want to see the GraphQL API in action, please head straight to the quick-start guide further along in this page.

Schema Types

In Totara, schemas are categorised based on their use cases. Each schema type - queries, mutations, types, etc. - follows specific rules about its availability and interaction with other schema types. Totara defines three primary schema types: external, internal, and mobile.

...