UpdateEpicBoardListPayload

class Object
trait Matchable
class Any

Value members

Concrete methods

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

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

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

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.

def list[A](innerSelection: SelectionBuilder[EpicList, A]): SelectionBuilder[UpdateEpicBoardListPayload, Option[A]]

Mutated epic list.

Mutated epic list.