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

# Appointment

No description

```graphql theme={null}
type Appointment {
  startTime: Date!
  endTime: Date!
  assignee: User!
}
```

### Fields

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Appointment</code>.<code class="gqlmd-mdx-entity-name">startTime</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">Date!</code></span>](/reference/graphql/scalars/date) <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">Appointment</code>.<code class="gqlmd-mdx-entity-name">endTime</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">Date!</code></span>](/reference/graphql/scalars/date) <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">Appointment</code>.<code class="gqlmd-mdx-entity-name">assignee</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">User!</code></span>](/reference/graphql/objects/user) <mark class="gqlmd-mdx-badge">non-null</mark> <mark class="gqlmd-mdx-badge">object</mark>

### Returned By

[`appointmentChanged`](/reference/graphql/subscriptions/appointment-changed)  <mark class="gqlmd-mdx-badge">subscription</mark>

### Member Of

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