Packages

case class GraphImmediate(oid: OID, ast: Document, op: Option[String], vars: JsObject) extends GraphMessage with Product with Serializable

GraphQL Operation Request (A new operation with an id is being requested)

Linear Supertypes
Serializable, Product, Equals, GraphMessage, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphImmediate
  2. Serializable
  3. Product
  4. Equals
  5. GraphMessage
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GraphImmediate(oid: OID, ast: Document, op: Option[String], vars: JsObject)

Value Members

  1. val ast: Document
  2. val oid: OID
  3. val op: Option[String]
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. val vars: JsObject