skillPoolCreate Mutation
Creates a new skill pool.
Input Argument
skillPoolCreate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
String
)
A unique identifier for the client performing the mutation.
Decimal
)
The skill pool's estimated total cost per work hour for the service provider organization.
Currency
)
The currency of the cost per hour value attributed to this skill pool.
Boolean
)
Whether the skill pool may no longer be related to other records.
[ID!]
)
Effort classes that are linked to the skill pool.
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.
[ID!]
)
People that are linked as member to the skill pool.
String!
)
The name of the skill pool.
String
)
The hyperlink to the image file for the record.
String
)
Any additional information about the skill pool that might prove useful.
[AttachmentInput!]
)
The attachments used in the remarks
field.
String
)
An identifier for the client application submitting the resource or the name of an external system.
String
)
The unique identifier of the resource in an external system.
Return Fields
String
)
A unique identifier for the client performing the mutation.
[ValidationError!]
)
Errors encountered during the mutation.
SkillPool
)
Record after mutation.