Search
Data structure used to represent the data used to generate query or mutation data.
@type t() :: %GraphqlBuilder.Query{ fields: [atom() | tuple()], operation: atom(), variables: [atom() | tuple()] }