UpdateNotificationByNodeIdInput
All input for the updateNotificationByNodeId mutation.
input UpdateNotificationByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: NotificationPatch!
}
Fields
UpdateNotificationByNodeIdInput.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.
UpdateNotificationByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single Notification to be updated.
UpdateNotificationByNodeIdInput.patch ● NotificationPatch! non-null input
An object where the defined keys will be set on the Notification being updated.
Member Of
updateNotificationByNodeId mutation