Start

final case class Start(id: String, payload: GraphQLRequest) extends FromClient with Identifier with Payload[GraphQLRequest]

Starts a GraphQL operation. The operation contains an id so that it can be explicitly stopped by the client and so that data associated with the operation coming from the server may identified.

Value parameters:
id

identifier of the operation to start

payload

the GraphQL request itself

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

Value members

Inherited methods

Inherited from:
Product