Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.qminder.com/llms.txt

Use this file to discover all available pages before exploring further.

No description
type Ipad {
  id: ID!
  name: String!
  online: Boolean!
  charging: Boolean
  batteryLevel: Int
}

Fields

Ipad.id ● ID! non-null scalar

Ipad.name ● String! non-null scalar

Ipad.online ● Boolean! non-null scalar

Ipad.charging ● Boolean scalar

Ipad.batteryLevel ● Int scalar

Returned By

changedIpads subscription ● deletedIpads subscription ● iPad query

Member Of

Location object