effortClassCreate Mutation

Creates a new effort class.

Input Argument

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

costMultiplier (Decimal)

The amount with which to multiply the cost of time entries with this effort class.

disabled (Boolean)

Whether the effort class may no longer be related to any more timesheet settings.

name (String!)

The name of the effort class.

position (Int)

The position that the effort class takes when it is displayed in a sorted list.

serviceOfferingIds ([ID!])

IDs of the service offerings of this effort class.

skillPoolIds ([ID!])

IDs of the skill pools of this effort class.

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.

timesheetSettingIds ([ID!])

IDs of the timesheet settings of this effort class.

Return Fields

clientMutationId (String)

A unique identifier for the client performing the mutation.

effortClass (EffortClass)

Record after mutation.

errors ([ValidationError!])

Errors encountered during the mutation.