Expand description
There is no usage documentation yet.
Modules§
- ws
- WebSocket support
Structs§
- GraphQL
Error - An element in the top-level
errorsarray of a response body. - Http
Client - HTTP(S) GraphQL client
- Location
- Represents a location inside a query string. Used in errors. See
GraphQLError. - Request
Body - The form in which queries are sent over HTTP in most implementations.
- Response
- The generic shape taken by the responses of GraphQL APIs.
- WsClient
- WebSocket GraphQL client
Enums§
- Error
- GraphQL errors
- Path
Fragment - Part of a path in a query. It can be an object key or an array index. See
GraphQLError.
Traits§
- Executor
- Trait for executing GraphQL operations (queries and mutations).
- Subscriber
- Trait for subscribing to GraphQL subscription operations.
Type Aliases§
- Subscription
Stream - Stream type for subscriptions