effortClassUpdate Mutation
Updates an existing effort class.
Input Argument
effortClassUpdate 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 amount with which to multiply the cost of time entries with this effort class.
Boolean
)
Whether the effort class may no longer be related to any more timesheet settings.
ID!
)
The node ID of the record to update.
String
)
The name of the effort class.
Int
)
The position that the effort class takes when it is displayed in a sorted list.
[ID!]
)
IDs of the service offerings of this effort class.
[ID!]
)
IDs of the skill pools of this effort class.
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.
[ID!]
)
IDs of the timesheet settings of this effort class.
Return Fields
String
)
A unique identifier for the client performing the mutation.
EffortClass
)
Record after mutation.
[ValidationError!]
)
Errors encountered during the mutation.