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