Magidoc

EstimateItemUpdateInput
Input Object

An input used for updating an estimate item, either alone or as part of a whole estimate.

Fields

#

cost

The cost of this item.

costCenterId

The ID of the Cost Center this item is associated with, if relevant

description

The description of the item.

durations

The operation phases associated with this item, if relevant or available - for example, setup, production, cleanup. Not all items will have all phases, but items should normally have a production phase.

emissions

The emissions associated with this item, if relevant or available

externalId

An external identifier for this item

id

The ID of the estimate item to update, if not set in an updateEstimate mutation, it will add a new item. Not setting this is an error for an updateEstimateItem mutation.

kind

Non-null

The kind of item this estimate item represents.

markup

The markup to apply to this item

total

The total cost of this item

Usages

#

References

#

  • Argument input of field updateEstimateItem from type Mutation