graphqexl v0.1.0-alpha-rc.25 Graphqexl.Query.Operation

Individual operation contained in a query

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %Graphqexl.Query.Operation{
  arguments: Map.t(),
  fields: Treex.Tree.t(),
  name: String.t(),
  result: Graphqexl.Query.ResultSet.t(),
  type: atom(),
  user_defined_name: String.t(),
  variables: Map.t()
}