mutation deviceSetRelayDeviceType($deviceId: ID!, $deviceType: DeviceType) { deviceSetRelayDeviceType(deviceId: $deviceId, deviceType: $deviceType) { errors { message path } } }
{ "deviceId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "deviceType": "AIR_QUALITY_SENSOR" }
{ "data": { "errors": [ { "message": "Example String", "path": "Example String" } ] } }