CreateEpicPayload

class Object
trait Matchable
class Any

Value members

Concrete methods

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

The created epic.

The created epic.

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

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.