IssueSetSubscriptionPayload

class Object
trait Matchable
class Any

Value members

Concrete methods

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

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

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

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.

def issue[A](innerSelection: SelectionBuilder[Issue, A]): SelectionBuilder[IssueSetSubscriptionPayload, Option[A]]

The issue after mutation.

The issue after mutation.