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 Params
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

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product