graphql_query
Run custom GraphQL queries against Shopify Admin API for advanced operations not available through standard tools.
Instructions
Executes an arbitrary GraphQL query against the Shopify Admin API. For advanced queries not covered by other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | GraphQL query or mutation | |
| variables | No | GraphQL variables (optional) |