slaCoverageGroupCreate Mutation

Creates a new SLA coverage group.

Input Argument

slaCoverageGroupCreate 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.

description (String)

Any additional information about the SLA coverage group.

descriptionAttachments ([AttachmentInput!])

The attachments used in the description field.

disabled (Boolean)

Whether the SLA coverage group may no longer be related to other records.

name (String!)

The name of the SLA coverage group.

searchPhrase (String)

The phrase used to filter the people.

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.

Return Fields

clientMutationId (String)

A unique identifier for the client performing the mutation.

errors ([ValidationError!])

Errors encountered during the mutation.

slaCoverageGroup (SlaCoverageGroup)

Record after mutation.