Curl for GraphQL with autocomplete, subscriptions and GraphiQL
Curl for GraphQL with autocomplete, subscriptions and GraphiQL
graphqurl$ graphqurl -e https://api.example.com/graphql -q '{ user { id name } }'$ graphqurl -e https://api.example.com/graphql$ graphqurl -e https://api.example.com/graphql -H 'Authorization: Bearer token' -q @query.graphql