DemandHqNotificationUserNamesInput
Exactly like DemandHqNotificationUserNames
input DemandHqNotificationUserNamesInput {
catalog: [String!]
commerce: [String!]
orders: [String!]
}
Fields
DemandHqNotificationUserNamesInput.catalog
● [String!]
list scalar
All notifications for the catalog side (Products, Variants, etc.).
DemandHqNotificationUserNamesInput.commerce
● [String!]
list scalar
All notifications for the commerce side, besides orders.
DemandHqNotificationUserNamesInput.orders
● [String!]
list scalar
These are part of commerce, but are a specific enough case to be handled separately.
Member of
DemandHqCreateInput
input ● DemandHqUpdateInput
input