Module request

Source
Expand description

GraphQL requests

This exists primarily to support introspection::partial_execute.

Structs§

RequestError
A request error is an error raised during an early phase of the execution to indicate that the request as a whole is considered faulty.

Functions§

coerce_variable_values
Coerce the values of variables from a GraphQL request to the types expected by the operation.