Skip to main content
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