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

View Source

The schema defines the entry point for operations in a GraphQL

https://spec.graphql.org/October2021/#sec-Schema

Summary

Types

t()

@type t() :: %ExShopifySchema.Generator.Graphql.Introspection.Definition.Schema{
  description: String.t() | nil,
  directives: [
    ExShopifySchema.Generator.Graphql.Introspection.Definition.Directive.t()
  ],
  operation_types: [
    ExShopifySchema.Generator.Graphql.Introspection.Definition.OperationType.t()
  ]
}

Functions

load_json(json)

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