PromoteToEpicPayload

class Object
trait Matchable
class Any

Value members

Concrete methods

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

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

def epic[A](innerSelection: SelectionBuilder[Epic, A]): SelectionBuilder[PromoteToEpicPayload, Option[A]]

The epic after issue promotion.

The epic after issue promotion.

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

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.

def issue[A](innerSelection: SelectionBuilder[Issue, A]): SelectionBuilder[PromoteToEpicPayload, Option[A]]

The issue after mutation.

The issue after mutation.