EpicBoardUpdatePayload

class Object
trait Matchable
class Any

Value members

Concrete methods

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

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

def epicBoard[A](innerSelection: SelectionBuilder[EpicBoard, A]): SelectionBuilder[EpicBoardUpdatePayload, Option[A]]

The updated epic board.

The updated epic board.

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

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.