graphqexl v0.1.0-alpha-rc.docs-test-2 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{
  name: String.t(),
  result: Graphqexl.Query.ResultSet.t(),
  tree: Map.t()
}