UpdateResourceEntitlementHistoryInput
All input for the updateResourceEntitlementHistory mutation.
input UpdateResourceEntitlementHistoryInput {
clientMutationId: String
patch: ResourceEntitlementHistoryPatch!
id: String!
}
Fields
UpdateResourceEntitlementHistoryInput.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.
UpdateResourceEntitlementHistoryInput.patch ● ResourceEntitlementHistoryPatch! non-null input
An object where the defined keys will be set on the ResourceEntitlementHistory being updated.
UpdateResourceEntitlementHistoryInput.id ● String! non-null scalar
Member Of
updateResourceEntitlementHistory mutation