Skip to main content
Version: 3.x

StaffNotificationRecipientCreate

Creates a new staff notification recipient.

Requires MANAGE_SETTINGSpermission.
type StaffNotificationRecipientCreate {
shopErrors: [ShopError!]! @deprecated
errors: [ShopError!]!
staffNotificationRecipient: StaffNotificationRecipient
}

Fields

StaffNotificationRecipientCreate.shopErrors ● [ShopError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

StaffNotificationRecipientCreate.errors ● [ShopError!]! non-null object

StaffNotificationRecipientCreate.staffNotificationRecipient ● StaffNotificationRecipient object

Returned by

staffNotificationRecipientCreate mutation


Was this page helpful?