Skip to main content

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 shop

DEPRECATED

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

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

StaffNotificationRecipientCreate.staffNotificationRecipient ● StaffNotificationRecipient object miscellaneous

Returned By

staffNotificationRecipientCreate mutation