🐱 Clowder GraphQL

Clowder GraphQL API

Query the shelter data graph.

Endpoint

POST /graphql — Content-Type: application/json

Example Query

{\n  user {\n    id\n    name\n    email\n  }\n}

Note: Introspection is disabled on this endpoint.

Try It