IterationCadenceCreatePayload

class Object
trait Matchable
class Any

Value members

Concrete methods

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

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

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

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.

def iterationCadence[A](innerSelection: SelectionBuilder[IterationCadence, A]): SelectionBuilder[IterationCadenceCreatePayload, Option[A]]

The created iteration cadence.

The created iteration cadence.