EpicAddIssuePayload

class Object
trait Matchable
class Any

Value members

Concrete methods

def clientMutationId: SelectionBuilder[EpicAddIssuePayload, 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[EpicAddIssuePayload, Option[A]]

The epic after mutation.

The epic after mutation.

def epicIssue[A](innerSelection: SelectionBuilder[EpicIssue, A]): SelectionBuilder[EpicAddIssuePayload, Option[A]]

The epic-issue relation.

The epic-issue relation.

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

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.