Versions Compared

Key

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

...

Often it is not necessary to download the schema directly, as GraphQL clients can request details on the schema structure via an introspection query to the endpoint itself. In this case, the endpoint will build the schema if necessary and serve the result directly. Note that this is only available for the developer API and the external API when the enable_introspection admin setting is enabled.

Via a schema URL

...