JobPlayPayload

class Object
trait Matchable
class Any

Value members

Concrete methods

def clientMutationId: SelectionBuilder[JobPlayPayload, Option[String]]

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

def errors: SelectionBuilder[JobPlayPayload, List[String]]

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.

def job[A](innerSelection: SelectionBuilder[CiJob, A]): SelectionBuilder[JobPlayPayload, Option[A]]

The job after the mutation.

The job after the mutation.