← Back to Home

GraphQL

/graphql
Simple GraphQL endpoint for testing GraphQL queries.
Try it now

Parameters

query body
GraphQL query

Examples

curl
curl -X POST https://tcpdata.com/graphql \
  -H "Content-Type: application/json" \
  -d '{"query":"{ hello }"}'