StaffNotificationRecipientCreate
Creates a new staff notification recipient.
type StaffNotificationRecipientCreate {
shopErrors: [ShopError!]! @deprecated
errors: [ShopError!]!
staffNotificationRecipient: StaffNotificationRecipient
}
Fields
StaffNotificationRecipientCreate.shopErrors
● [ShopError!]!
deprecated non-null object
DEPRECATEDThis 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