View Source GraphqlBuilder.Query (graphql_builder v0.3.3)

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

Link to this section Summary

Link to this section Types

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