> ## 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.

# Ipad

No description

```graphql theme={null}
type Ipad {
  id: ID!
  name: String!
  online: Boolean!
  charging: Boolean
  batteryLevel: Int
}
```

### Fields

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Ipad</code>.<code class="gqlmd-mdx-entity-name">id</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">ID!</code></span>](/reference/graphql/scalars/id) <mark class="gqlmd-mdx-badge">non-null</mark> <mark class="gqlmd-mdx-badge">scalar</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Ipad</code>.<code class="gqlmd-mdx-entity-name">name</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">String!</code></span>](/reference/graphql/scalars/string) <mark class="gqlmd-mdx-badge">non-null</mark> <mark class="gqlmd-mdx-badge">scalar</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Ipad</code>.<code class="gqlmd-mdx-entity-name">online</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">Boolean!</code></span>](/reference/graphql/scalars/boolean) <mark class="gqlmd-mdx-badge">non-null</mark> <mark class="gqlmd-mdx-badge">scalar</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Ipad</code>.<code class="gqlmd-mdx-entity-name">charging</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">Boolean</code></span>](/reference/graphql/scalars/boolean) <mark class="gqlmd-mdx-badge">scalar</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Ipad</code>.<code class="gqlmd-mdx-entity-name">batteryLevel</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">Int</code></span>](/reference/graphql/scalars/int) <mark class="gqlmd-mdx-badge">scalar</mark>

### Returned By

[`changedIpads`](/reference/graphql/subscriptions/changed-ipads)  <mark class="gqlmd-mdx-badge">subscription</mark><span class="gqlmd-mdx-bullet"> ● </span>[`deletedIpads`](/reference/graphql/subscriptions/deleted-ipads)  <mark class="gqlmd-mdx-badge">subscription</mark><span class="gqlmd-mdx-bullet"> ● </span>[`iPad`](/reference/graphql/queries/i-pad)  <mark class="gqlmd-mdx-badge">query</mark>

### Member Of

[`Location`](/reference/graphql/objects/location)  <mark class="gqlmd-mdx-badge">object</mark>
