Skip to main content
MUTATION
renameIosDevice(id: ID!, displayName: String!): IosDevice!

Arguments

id
ID!
required

Identifier of the resource to return or affect.

displayName
String!
required

The display name used to filter or perform the operation.

Returns

id
ID!

Stable identifier for this iOS device.

udid
String!

The udid associated with this iOS device.

maskedUdid
String!

The masked udid associated with this iOS device.

displayName
String!

The display name associated with this iOS device.

product
String

The product associated with this iOS device. May be null when unavailable or not applicable.

osVersion
String

The OS version associated with this iOS device. May be null when unavailable or not applicable.

platform
String!

The platform associated with this iOS device.

Current status of this iOS device.

appleDeviceId
ID

Identifier of the related Apple device. May be null when unavailable or not applicable.

appleStatus
String

The Apple status associated with this iOS device. May be null when unavailable or not applicable.

registrationError
String

The registration error associated with this iOS device. May be null when unavailable or not applicable.

registeredAt
String

ISO 8601 timestamp when this iOS device registered. May be null when unavailable or not applicable.

lastSeenAt
String

ISO 8601 timestamp when this iOS device was last seen. May be null when unavailable or not applicable.

lastIpAddress
String

The last IP address associated with this iOS device. May be null when unavailable or not applicable.

createdAt
String!

ISO 8601 timestamp when this iOS device was created.

updatedAt
String!

ISO 8601 timestamp when this iOS device was last updated.

enrollments

Enrollments associated with this iOS device.

ipObservations

IP observations associated with this iOS device.

Mutation
Variables
Response