INPUT_OBJECT
UpdateDeviceSettingsInput
Update Device settings
link GraphQL Schema definition
- input UpdateDeviceSettingsInput {
- # Should the Device allow tips?
- : Boolean
- # Define a custom time range for daily report
- : DailyReportTimeRangeInput
- # Specifies a uniquely identifier for each device in the Orchard network
- : UUID!
- # Should the Device support custom tender types?
- : Boolean
- # Should the Device's online ordering dashboard be enabled?
- : Boolean
- # Should the device's saved tickets feature be enabled?
- : Boolean
- # Should the device's timekeeping feature be enabled?
- : Boolean
- # Should the device be in Kiosk Mode?
- : Boolean
- # Media (Image/Video) for Digital Menu Board devices
- : String
- # Organization Unit Identifier
- : UUID!
- # Revenue Center Identifier
- : UUID!
- }