package common
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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
- sealed trait GraphMessage extends AnyRef
GraphQL Intents from the incoming websocket message
- 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
- object GqlError extends Serializable
- object GraphMessage
- object OperationMessage extends Serializable