Skip to main content

UpdateResourceEntitlementByNodeIdInput

All input for the updateResourceEntitlementByNodeId mutation.

input UpdateResourceEntitlementByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: ResourceEntitlementPatch!
}

Fields

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

UpdateResourceEntitlementByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single ResourceEntitlement to be updated.

UpdateResourceEntitlementByNodeIdInput.patch ● ResourceEntitlementPatch! non-null input

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

Member Of

updateResourceEntitlementByNodeId mutation