UpdateResourceEntitlementHistoryByNodeIdInput
All input for the updateResourceEntitlementHistoryByNodeId mutation.
input UpdateResourceEntitlementHistoryByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: ResourceEntitlementHistoryPatch!
}
Fields
UpdateResourceEntitlementHistoryByNodeIdInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
UpdateResourceEntitlementHistoryByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single ResourceEntitlementHistory to be updated.
UpdateResourceEntitlementHistoryByNodeIdInput.patch ● ResourceEntitlementHistoryPatch! non-null input
An object where the defined keys will be set on the ResourceEntitlementHistory being updated.