DeviceSettingsType
No description
type DeviceSettingsType {
id: ID!
mobileVideoUpload: Boolean
saveCameraToGallery: Boolean
}
Fields
DeviceSettingsType.id
● ID!
non-null scalar
The ID of an object
DeviceSettingsType.mobileVideoUpload
● Boolean
scalar
DeviceSettingsType.saveCameraToGallery
● Boolean
scalar
Returned by
changeDeviceSettings
mutation ● deviceSettings
query