TypedGql.Language.InlineFragment (TypedGql v0.13.0)

Copy Markdown View Source

An inline fragment: an optional type condition and the selections it guards.

Summary

Types

t()

@type t() :: %TypedGql.Language.InlineFragment{
  directives: [TypedGql.Language.Directive.t()],
  loc: map(),
  selection_set: TypedGql.Language.SelectionSet.t() | nil,
  type_condition: TypedGql.Language.NamedType.t() | nil
}