Clowder Rescueapi

/graphql

POST a JSON body with a query field.

curl -s http://localhost/graphql \
  -H 'Content-Type: application/json' \
  -d '{"query":"{ cats { name breed age } }"}'