mutation userCurrentDeviceDelete($deviceId: ID!) { userCurrentDeviceDelete(deviceId: $deviceId) { success errors { ...errors } } }