Skip to content
R-Service R-Service
RR Tech Service Management Developer Guide

slaNotificationSchemeUpdate Mutation

Updates an existing SLA notification scheme.

slaNotificationSchemeUpdate accepts a single input argument, an input type , which contains the values it uses.

The fields inside input are:

clientMutationId ( String )

A unique identifier for the client performing the mutation.

disabled ( Boolean )

Whether the SLA notification scheme may no longer be related to other records.

id ( ID! )

The node ID of the record to update.

name ( String )

The name of the SLA notification scheme.

newSlaNotificationRules ( SlaNotificationRuleInput )

Rules of this SLA notification scheme.

slaNotificationRulesToDelete ( ID )

Identifiers of rules to remove from the scheme.

source ( String )

An identifier for the client application submitting the resource or the name of an external system.

sourceID ( String )

The unique identifier of the resource in an external system.

clientMutationId ( String )

A unique identifier for the client performing the mutation.

errors ( ValidationError )

Errors encountered during the mutation.

slaNotificationScheme ( SlaNotificationScheme )

Record after mutation.