NotificationActions
No description
type NotificationActions {
registerDevice(
input: DeviceRegistrationInput!
): DeviceRegistrationResponse!
updatePreferences(
storeId: ID!
input: NotificationPreferencesUpdateInput!
): StoreNotificationPreferencesResponse!
markAsRead(
ids: [ID!]!
): MarkNotificationsResponse!
unregisterDevice(
token: String!
): UnregisterDeviceResponse!
}