graphqexl v0.1.0-alpha-rc.11 Graphqexl.Query
GraphQL query, comprised of one or more t:Graphqexl.Query.Operation
s.
Built by calling parse/1
with either a gql string (see Graphqexl.Schema.Dsl
) or json t:Map
.
Link to this section Summary
Functions
Execute the given t:Graphqexl.Query
Parse the given gql string (see Graphqexl.Schema.Dsl
) into a t:Graphqexl.Query
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 t:Graphqexl.Query
Returns: t:Graphqexl.Query.ResultSet
Parse the given gql string (see Graphqexl.Schema.Dsl
) into a t:Graphqexl.Query
Returns: t:Graphqexl.Query