ExShopifySchema.Generator.Graphql.Introspection.Definition.ConstArgument (ExShopifySchema v2024.4.2)

View Source

Fields are conceptually functions which return values, and occasionally accept arguments which alter their behavior. These arguments often map directly to function arguments within a GraphQL service’s implementation.

https://spec.graphql.org/October2021/#Argument

Note that this definition isn't used by Shopify, we'll keep it here for completeness and future extensibility.

Summary

Types

t()

@type t() ::
  %ExShopifySchema.Generator.Graphql.Introspection.Definition.ConstArgument{
    name: String.t(),
    value: term()
  }

Functions

load_json(json)

@spec load_json(json :: map()) :: t()