ConfigurationItemCreatePayload Object

Return type of configurationItemCreate.

Fields

The fields in this section list which values can be retrieved when querying ConfigurationItemCreatePayload records.

clientMutationId (String)

A unique identifier for the client performing the mutation.

configurationItem (ConfigurationItem)

Record after mutation.

errors ([ValidationError!])

Errors encountered during the mutation.

pendingCiReconciliation (Boolean)

Returns true when the configuration item was routed to the reconciliation queue for approval instead of being applied directly. The proposed change is staged for review, not applied to the configuration item; on create configurationItem is null, on update configurationItem is returned unchanged.

Implements

ConfigurationItemCreatePayload implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a ConfigurationItemCreatePayload.