updateDevice
mutation { updateDevice( _id: "SCREEN_ID", payload: { deviceName: "New Screen Name", currentType: ASSET, currentAssetId: "ASSET_ID", orientation: LANDSCAPE } ) { _id deviceName currentType currentAssetId } }
SCREEN_ID
ASSET_ID
deviceName
orientation