OBJECT
PushNotificationSetting
Push Notification Setting Type
link GraphQL Schema definition
- type PushNotificationSetting {
- # When the Push Notification Setting was created
- ISO8601DateTime! :
- # Should enquiries be enabled for the Push Notification Setting
- Boolean! :
- # Device Expo Token of the Push Notification Setting
- String! :
- # ID of the Push Notification Setting
- ID! :
- # Should offers be enabled for the Push Notification Setting
- Boolean! :
- # Should tasks be enabled for the Push Notification Setting
- Boolean! :
- # Upcoming Events of the Push Notification Setting
- Boolean! :
- # Upcoming Open Inspection of the Push Notification Setting
- Boolean! :
- # Upcoming Private Inspection of the Push Notification Setting
- Boolean! :
- # When the Push Notification Setting was last updated
- ISO8601DateTime! :
- # User of the Push Notification Setting
- User :
- }