Magenta Console

Strawberry

GraphQL

GraphQL endpoint, Voyager explorer, and schema conventions.

← All guides

Endpoint

POST https://api.magenta.lvh.me/api/graphql/

Example query

query {
  __schema {
    queryType { name }
  }
}

Explorer

Open GraphQL Voyager for the full schema graph.