graphqurl

Curl for GraphQL with autocomplete, subscriptions and GraphiQL

brewmacoslinux
Try with needOr install directly
Source

About

Curl for GraphQL with autocomplete, subscriptions and GraphiQL

Commands

graphqurl

Examples

Execute a simple GraphQL query against an endpoint$ graphqurl -e https://api.example.com/graphql -q '{ user { id name } }'
Open interactive GraphiQL interface for a GraphQL endpoint$ graphqurl -e https://api.example.com/graphql
Send a GraphQL query from a file with authentication header$ graphqurl -e https://api.example.com/graphql -H 'Authorization: Bearer token' -q @query.graphql