Module apollo_compiler::execution
source · Expand description
APIs related to executing a GraphQL request and returning a GraphQL response
Re-exports§
pub use serde_json_bytes;
Structs§
- A source location (line and column numbers) for a
GraphQLError
. - A document with a single query that only has schema introspection fields. Obtained from
SchemaIntrospectionSplit::split
.
Enums§
- The
data
entry of aResponse
- An element of
GraphQLError::path
- Result of
split
ting schema introspection fields from an operation.
Functions§
- Coerce the values of variables from a GraphQL request to the types expected by the operation.
Type Aliases§
- A JSON-compatible object/map with string keys and dynamically-typed values.
- A JSON-compatible dynamically-typed value.