Packages

package common

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class GqlError(message: String) extends Encodable with Product with Serializable

    GraphQL Error with only Message

    GraphQL Error with only Message

    message

    Error Message as String

  2. sealed trait GraphMessage extends AnyRef

    GraphQL Intents from the incoming websocket message

  3. case class OperationMessage(_type: String, id: Option[OID] = None, payload: Option[JsValue] = None) extends Encodable with Product with Serializable

    Protocol compliant operation message type

    Protocol compliant operation message type

    _type

    Operation Type

    id

    Given the ID for this operation, if any

    payload

    Given payload with the operation, if any

Value Members

  1. object GqlError extends Serializable
  2. object GraphMessage
  3. object OperationMessage extends Serializable

Ungrouped