TypedGql.Language.ScalarTypeDefinition (TypedGql v0.13.0)

Copy Markdown View Source

A scalar definition, introducing a leaf type whose representation the service decides.

Summary

Types

t()

@type t() :: %TypedGql.Language.ScalarTypeDefinition{
  description: String.t() | nil,
  directives: [TypedGql.Language.Directive.t()],
  loc: map(),
  name: String.t() | nil
}