TypedGql.Language.SelectionSet (TypedGql v0.13.0)

Copy Markdown View Source

A braced block of selections requested from one type.

Summary

Types

t()

@type t() :: %TypedGql.Language.SelectionSet{
  loc: map(),
  selections: [TypedGql.Language.selection_t()]
}