LabelCreatePayload

class Object
trait Matchable
class Any

Value members

Concrete methods

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

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

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

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.

def label[A](innerSelection: SelectionBuilder[Label, A]): SelectionBuilder[LabelCreatePayload, Option[A]]

The label after mutation.

The label after mutation.