shopify_graphql_introspect
Retrieve Shopify Admin GraphQL schema details: get a single type's fields by name, or fetch the full type catalog when omitted.
Instructions
Introspect a Shopify store's Admin GraphQL schema.
Pass type_name to fetch a single type's fields (cheap, ~50 cost points).
Omit it for the full schema type catalog (expensive, ~800 cost points -
use sparingly).
Args:
type_name: GraphQL type name (e.g. "Order", "Product", "Customer").
Must match [A-Za-z_][A-Za-z0-9_]*. Omit for full schema.
shop: Store alias or domain (see shopify_list_stores). Required when
multiple stores are configured.
api_version: Override API version (default "2026-04").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shop | No | ||
| type_name | No | ||
| api_version | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |