graphqexl v0.1.0-alpha-rc.21 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
Link to this section Types
Link to this section Functions
Link to this function
execute(query, schema)
(since 0.1.0)execute(Graphqexl.Query.t(), Graphqexl.Schema.t()) :: Graphqexl.Query.ResultSet.t()
Execute the given Graphqexl.Query.t/0
Returns: Graphqexl.Query.ResultSet.t/0
Parse the given json map into a Graphqexl.Query.t/0
Returns: Graphqexl.Query.t/0