OBJECT

PushNotificationSetting

Push Notification Setting Type

link GraphQL Schema definition

  • type PushNotificationSetting {
  • # When the Push Notification Setting was created
  • createdAt: ISO8601DateTime!
  • # Should enquiries be enabled for the Push Notification Setting
  • enquiries: Boolean!
  • # Device Expo Token of the Push Notification Setting
  • expoToken: String!
  • # ID of the Push Notification Setting
  • id: ID!
  • # Should offers be enabled for the Push Notification Setting
  • offers: Boolean!
  • # Should tasks be enabled for the Push Notification Setting
  • tasks: Boolean!
  • # Upcoming Events of the Push Notification Setting
  • upcomingEvents: Boolean!
  • # Upcoming Open Inspection of the Push Notification Setting
  • upcomingOpenInspection: Boolean!
  • # Upcoming Private Inspection of the Push Notification Setting
  • upcomingPrivateInspection: Boolean!
  • # When the Push Notification Setting was last updated
  • updatedAt: ISO8601DateTime!
  • # User of the Push Notification Setting
  • user: User
  • }