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 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.
- Execute a query whose root fields are all intropsection meta-fields:
__schema
,__type
, or__typename
.
Type Aliases§
- A JSON-compatible object/map with string keys and dynamically-typed values.
- A JSON-compatible dynamically-typed value.