graphqexl v0.1.0-alpha-rc.24 Graphqexl.Query
GraphQL query, comprised of one or more Graphqexl.Query.Operation.t/0
s.
Built by calling parse/1
with either a Graphqexl.Query.gql/0
string
(see Graphqexl.Schema.Dsl
) or Graphqexl.Query.json/0
.
Link to this section Summary
Functions
Execute the given Graphqexl.Query.t/0
Parse the given Graphqexl.Query.json/0
object into a Graphqexl.Query.t/0
Link to this section Types
Link to this type
tokenizing_map()
tokenizing_map() :: %{ stack: list(), current: Graphqexl.Query.Operation.t(), operations: [Graphqexl.Query.Operation.t()] }
Link to this section Functions
Link to this function
execute(query, schema)
(since 0.1.0)execute(t(), Graphqexl.Schema.t()) :: Graphqexl.Query.ResultSet.t()
Execute the given Graphqexl.Query.t/0
Returns: Graphqexl.Query.ResultSet.t/0
Parse the given Graphqexl.Query.json/0
object into a Graphqexl.Query.t/0
Returns: Graphqexl.Query.t/0