UpdateAlertStatusPayload

class Object
trait Matchable
class Any

Value members

Concrete methods

def alert[A](innerSelection: SelectionBuilder[AlertManagementAlert, A]): SelectionBuilder[UpdateAlertStatusPayload, Option[A]]

The alert after mutation.

The alert after mutation.

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

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

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

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.

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

The issue created after mutation.

The issue created after mutation.

def todo[A](innerSelection: SelectionBuilder[Todo, A]): SelectionBuilder[UpdateAlertStatusPayload, Option[A]]

The to-do item after mutation.

The to-do item after mutation.