Strawberry
GraphQL
GraphQL endpoint, Voyager explorer, and schema conventions.
Endpoint
POST https://api.magenta.lvh.me/api/graphql/
Example query
query {
__schema {
queryType { name }
}
}
Explorer
Open GraphQL Voyager for the full schema graph.