skillPoolUpdate Mutation

Updates an existing skill pool.

Input Argument

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

costPerHour (Decimal)

The skill pool's estimated total cost per work hour for the service provider organization.

costPerHourCurrency (Currency)

The currency of the cost per hour value attributed to this skill pool.

disabled (Boolean)

Whether the skill pool may no longer be related to other records.

effortClassIds ([ID!])

Effort classes that are linked to the skill pool.

id (ID!)

The node ID of the record to update.

managerId (ID)

The manager or supervisor of the skill pool. This person is able to maintain the information about the skill pool. The manager of a skill pool does not need to be a member of the skill pool.

memberIds ([ID!])

People that are linked as member to the skill pool.

name (String)

The name of the skill pool.

pictureUri (String)

The hyperlink to the image file for the record.

remarks (String)

Any additional information about the skill pool that might prove useful.

remarksAttachments ([AttachmentInput!])

The attachments used in the remarks field.

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.

skillPool (SkillPool)

Record after mutation.