package protocol
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait OverWebsocket extends AnyRef
GraphQL Over Websocket Sub Protocols Specification
Value Members
- object OverGW extends OverWebsocket
GraphQL over the
graphql-ws
sub protocolGraphQL over the
graphql-ws
sub protocolOverTransportLayer(SchemaType, (), protocol = OverWebsocket.graphqlWs)
- object OverSTW extends OverWebsocket
GraphQL over the
subscriptions-transport-ws
sub protocolGraphQL over the
subscriptions-transport-ws
sub protocolOverTransportLayer(SchemaType, (), protocol = OverWebsocket.subscriptionTransportWs)
- object OverWebsocket