GraphqlBuilder.Query (graphql_builder v0.3.0)

Data structure used to represent the data used to generate query or mutation data.

Link to this section Summary

Link to this section Types

Specs

t() :: %GraphqlBuilder.Query{
  fields: [atom() | tuple()],
  operation: atom(),
  variables: [atom() | tuple()]
}