Skip to main content

UpdateUserSubscriptionByNodeIdInput

All input for the updateUserSubscriptionByNodeId mutation.

input UpdateUserSubscriptionByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: UserSubscriptionPatch!
}

Fields

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

UpdateUserSubscriptionByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateUserSubscriptionByNodeIdInput.patch ● UserSubscriptionPatch! non-null input

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

Member Of

updateUserSubscriptionByNodeId mutation