Module response

Source
Expand description

GraphQL responses

This exists primarily to support introspection::partial_execute.

Re-exports§

pub use serde_json_bytes;

Structs§

ExecutionResponse
A response to a GraphQL request that did not cause any request error and started execution of selection sets and fields.
GraphQLError
A serializable error, as found in a GraphQL response.

Enums§

ResponseDataPathSegment
A Vec<ResponseDataPathSegment> like in GraphQLError::path represents a path into ExecutionResponse::data, starting at the root and indexing into increasingly nested JSON objects or arrays.

Type Aliases§

JsonMap
A JSON-compatible object/map with string keys and dynamically-typed values.
JsonValue
A JSON-compatible dynamically-typed value.