Data

final case class Data(id: String, payload: DataWrapper) extends FromServer with Identifier with Payload[DataWrapper]

GraphQL execution result from the server. The result is associated with an operation that was previously started by a Start message with the associated id.

Value parameters:
id

operation id

payload

GraphQL result

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product