mix ex_shopify_schema.gen.graphql_schemas (ExShopifySchema v2025.4.3)

View Source

Generates ExShopifySchema GraphQL schemas from introspection data.

Example

$ mix ex_shopify_schema.gen.graphql_schemas

Environment Variables

  • SHOPIFY_VERSION: The Shopify API version to generate schemas for. This should be in the format YYYY-MM (e.g., 2023-10). If not set, the task will attempt to use the latest available version from the introspection data.