INPUT_OBJECT

UpdateDeviceSettingsInput

Update Device settings

link GraphQL Schema definition

  • input UpdateDeviceSettingsInput {
  • # Should the Device allow tips?
  • allowTips: Boolean
  • # Define a custom time range for daily report
  • dailyReportTimeRange: DailyReportTimeRangeInput
  • # Specifies a uniquely identifier for each device in the Orchard network
  • deviceId: UUID!
  • # Should the Device support custom tender types?
  • enableCustomTenderTypes: Boolean
  • # Should the Device's online ordering dashboard be enabled?
  • enableOnlineOrderingDashboard: Boolean
  • # Should the device's saved tickets feature be enabled?
  • enableSavedTickets: Boolean
  • # Should the device's timekeeping feature be enabled?
  • enableTimekeeping: Boolean
  • # Should the device be in Kiosk Mode?
  • kioskMode: Boolean
  • # Media (Image/Video) for Digital Menu Board devices
  • mediaToken: String
  • # Organization Unit Identifier
  • organizationUnitId: UUID!
  • # Revenue Center Identifier
  • revenueCenterId: UUID!
  • }