BoardListCreatePayload

class Object
trait Matchable
class Any

Value members

Concrete methods

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

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

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

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.

def list[A](innerSelection: SelectionBuilder[BoardList, A]): SelectionBuilder[BoardListCreatePayload, Option[A]]

Issue list in the issue board.

Issue list in the issue board.