CommitCreatePayload

class Object
trait Matchable
class Any

Value members

Concrete methods

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

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

def commit[A](innerSelection: SelectionBuilder[Commit, A]): SelectionBuilder[CommitCreatePayload, Option[A]]

The commit after mutation.

The commit after mutation.

def commitPipelinePath: SelectionBuilder[CommitCreatePayload, Option[String]]

ETag path for the commit's pipeline.

ETag path for the commit's pipeline.

def content: SelectionBuilder[CommitCreatePayload, Option[List[String]]]

Contents of the commit.

Contents of the commit.

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

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.