CreateResourceEntitlementHistoryInput
All input for the create ResourceEntitlementHistory mutation.
input CreateResourceEntitlementHistoryInput {
clientMutationId: String
resourceEntitlementHistory: ResourceEntitlementHistoryInput!
}
Fields
CreateResourceEntitlementHistoryInput.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.
CreateResourceEntitlementHistoryInput.resourceEntitlementHistory ● ResourceEntitlementHistoryInput! non-null input
The ResourceEntitlementHistory to be created by this mutation.
Member Of
createResourceEntitlementHistory mutation