TypedGql.Language.Directive (TypedGql v0.13.0)

Copy Markdown View Source

A directive applied to a node, written @name(...).

Summary

Types

t()

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