MergeRequestSetSubscriptionPayload

class Object
trait Matchable
class Any

Value members

Concrete methods

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

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

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

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.

def mergeRequest[A](innerSelection: SelectionBuilder[MergeRequest, A]): SelectionBuilder[MergeRequestSetSubscriptionPayload, Option[A]]

The merge request after mutation.

The merge request after mutation.