Clowder GraphQL API
Query the shelter data graph.
Endpoint
POST /graphql — Content-Type: application/jsonExample Query
{\n user {\n id\n name\n email\n }\n}Note: Introspection is disabled on this endpoint.
Query the shelter data graph.
POST /graphql — Content-Type: application/json{\n user {\n id\n name\n email\n }\n}Note: Introspection is disabled on this endpoint.