Expand description
GraphQL responses
This exists primarily to support introspection::partial_execute
.
Re-exports§
pub use serde_json_bytes;
Structs§
- Execution
Response - A response to a GraphQL request that did not cause any request error and started execution of selection sets and fields.
- GraphQL
Error - A serializable error, as found in a GraphQL response.
Enums§
- Response
Data Path Segment - A
Vec<ResponseDataPathSegment>
like inGraphQLError::path
represents a path intoExecutionResponse::data
, starting at the root and indexing into increasingly nested JSON objects or arrays.