graphqexl v0.1.0-alpha-rc.22 Graphqexl.Query.Validator
Validate a given query against a given schema
Link to this section Summary
Functions
Check whether a query is valid in a given schema
Link to this section Functions
Link to this function
valid?(query, schema)
(since 0.1.0)valid?(Graphqexl.Query.t(), Graphqexl.Schema.t()) :: boolean()
Check whether a query is valid in a given schema
Returns: t:boolean