Shopify: Get Type Detail
Shopify via Parse · developer_tools
Get detailed information about a specific GraphQL type including description, fields, arguments, enum values, return types, related queries/mutations, possible types (for unions/interfaces), and code examples. Returns the full schema definition for a single named type within its kind. Fetch the complete Shopify GraphQL Admin API schema documentation including all types, fields, arguments, descriptions, and relationships across all categories (Access, Analytics, Apps, B2B, Billing, etc.) Fulfilled by Parse from shopify.dev.
- b2b-directory
- developer-tools
- ecommerce
- parse
- platform-key
- shopify
- shopify-dev
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/34fe858c-da35-4567-8de3-5ca4da20fb89/get_type_detail
- Interface artifact
- sha256:35832f45c70acf8849bf0380707be837385c2e1e86ee54940bc83d4dbf01615d
- Manifest digest
- sha256:8ead6c0012840c517a6eae0c6be21391dc59ea1e89df4aa28e43e8539f170f77
Request fields
- version (string): API version (e.g., '2026-01', '2025-10')
- type_kind (string, required): Type kind: mutations, objects, queries, connections, enums, input-objects, interfaces, payloads, scalars, unions: Allowed values: mutations, objects, queries, connections, enums, input-objects, interfaces, payloads, scalars, unions
- type_name (string, required): Name of the type (e.g., 'AccessScope', 'appRevokeAccessScopes', 'AbandonedCheckoutSortKeys', 'Order')
Example queries
- {"version":"2026-01","type_kind":"mutations","type_name":"appRevokeAccessScopes"}