ExShopifySchema.Generator.Graphql.Introspection (ExShopifySchema v2024.7.3)

View Source

This module provides the structure for GraphQL introspection data. The definitions for each version of the Shopify GraphQL API are dynamically defined from JSON files. Each version can be accessed through like this ExShopifySchema.Graphql.Introspection.Definitions.V202501.

Summary

Functions

Returns a list of all available GraphQL introspection versions.

Functions

versions()

@spec versions() :: [{version :: String.t(), module()}]

Returns a list of all available GraphQL introspection versions.