Available on crate feature graphql-ws only.
Expand description

Structs§

  • Implements the graphql-ws protocol. This is a sink for TryInto<ClientMessage> and a stream of ServerMessage.
  • The payload for errors that are not associated with a GraphQL operation.
  • Sent after execution of an operation. For queries and mutations, this is sent to the client once. For subscriptions, this is sent for every event in the event stream.
  • Payload for errors that can happen before execution.
  • The payload for a client’s “start” message. This triggers execution of a query, mutation, or subscription.

Enums§

  • ClientMessage defines the message types that clients can send.
  • ServerMessage defines the message types that servers can send.