Mix.ExShopifySchema (ExShopifySchema v2024.7.7)
View SourceConveniences for writing ExShopifySchema related Mix tasks.
Summary
Functions
@spec generate_scalar( ExShopifySchema.Generator.Graphql.Introspection.Definition.ScalarType.t(), opts() ) :: module()
@spec render_object_like( ExShopifySchema.Generator.Graphql.Introspection.Definition.ObjectType.t() | ExShopifySchema.Generator.Graphql.Introspection.Definition.InterfaceType.t() | ExShopifySchema.Generator.Graphql.Introspection.Definition.InputObjectType.t(), opts() ) :: {bucket :: String.t(), module(), content :: String.t()}