Skip to main content
Version: 3.x

staffNotificationRecipientUpdate

Updates a staff notification recipient.

Requires MANAGE_SETTINGSpermission.
staffNotificationRecipientUpdate(
id: ID!
input: StaffNotificationRecipientInput!
): StaffNotificationRecipientUpdate

Arguments

staffNotificationRecipientUpdate.id ● ID! non-null scalar

ID of a staff notification recipient to update.

staffNotificationRecipientUpdate.input ● StaffNotificationRecipientInput! non-null input

Fields required to update a staff notification recipient.

Type

StaffNotificationRecipientUpdate object

Updates a staff notification recipient.

Requires MANAGE_SETTINGSpermission.

Was this page helpful?