graphqurl curl graphql Usage gq \ --endpoint https://my-graphql-endpoint/graphql \ -H 'Authorization: token <token>' -H 'X-Another-Header: another-header-value' 'query { table { column } }' Commands