ReleaseDeletePayload

class Object
trait Matchable
class Any

Value members

Concrete methods

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

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

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

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.

def release[A](innerSelection: SelectionBuilder[Release, A]): SelectionBuilder[ReleaseDeletePayload, Option[A]]

The deleted release.

The deleted release.