Skip to main content

UpdateResourceEntitlementInput

All input for the updateResourceEntitlement mutation.

input UpdateResourceEntitlementInput {
clientMutationId: String
patch: ResourceEntitlementPatch!
id: String!
}

Fields

UpdateResourceEntitlementInput.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.

UpdateResourceEntitlementInput.patch ● ResourceEntitlementPatch! non-null input

An object where the defined keys will be set on the ResourceEntitlement being updated.

UpdateResourceEntitlementInput.id ● String! non-null scalar

Member Of

updateResourceEntitlement mutation