Skip to main content

NotificationActions

No description

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

Fields

NotificationActions.registerDevice ● DeviceRegistrationResponse! non-null object

NotificationActions.registerDevice.input ● DeviceRegistrationInput! non-null input

NotificationActions.updatePreferences ● StoreNotificationPreferencesResponse! non-null object

NotificationActions.updatePreferences.storeId ● ID! non-null scalar
NotificationActions.updatePreferences.input ● NotificationPreferencesUpdateInput! non-null input

NotificationActions.markAsRead ● MarkNotificationsResponse! non-null object

NotificationActions.markAsRead.ids ● [ID!]! non-null scalar

NotificationActions.unregisterDevice ● UnregisterDeviceResponse! non-null object

NotificationActions.unregisterDevice.token ● String! non-null scalar