{
  "endpoint": "https://iammatthias.com/graphql",
  "description": "Read-only GraphQL over the published content of iammatthias.com. Public, unauthenticated, introspection enabled.",
  "usage": {
    "get": "/graphql?query={sections{slug entryCount}}",
    "post": "POST {\"query\":\"...\",\"variables\":{}}"
  },
  "limits": {
    "connectionFirstMax": 100,
    "note": "Request `body` only on documents you intend to read; it resolves image embeds per document."
  },
  "schemaValid": true,
  "introspection": "/graphql?query=%7B__schema%7Btypes%7Bname%7D%7D%7D",
  "documentation": "https://iammatthias.com/developers.md"
}