Skip to main content

Get Device

Get a single Device by ID.

Query

query GetDevice($id: ID!) {
device(id: $id) {
id
# Add other fields as needed
}
}

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a Device resource.