Packages

package protocol

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package common

Type Members

  1. trait OverWebsocket extends AnyRef

    GraphQL Over Websocket Sub Protocols Specification

Value Members

  1. object OverGW extends OverWebsocket

    GraphQL over the graphql-ws sub protocol

    GraphQL over the graphql-ws sub protocol

    OverTransportLayer(SchemaType, (), protocol = OverWebsocket.graphqlWs)
  2. object OverSTW extends OverWebsocket

    GraphQL over the subscriptions-transport-ws sub protocol

    GraphQL over the subscriptions-transport-ws sub protocol

    OverTransportLayer(SchemaType, (), protocol = OverWebsocket.subscriptionTransportWs)
  3. object OverWebsocket

Ungrouped