TypedGql.Schema.Field (TypedGql v0.13.0)

Copy Markdown View Source

A field an object or interface type exposes in a loaded schema.

Summary

Types

t()

@type t() :: %TypedGql.Schema.Field{
  args: %{required(String.t()) => TypedGql.Schema.InputValue.t()},
  deprecation_reason: String.t() | nil,
  description: String.t() | nil,
  is_deprecated: boolean(),
  name: String.t(),
  type: TypedGql.Schema.TypeRef.t()
}