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

# UserAppointmentsAvailabilityTimeInterval

No description

```graphql theme={null}
type UserAppointmentsAvailabilityTimeInterval {
  availableFrom: LocalTime!
  availableTo: LocalTime!
}
```

### Fields

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">UserAppointmentsAvailabilityTimeInterval</code>.<code class="gqlmd-mdx-entity-name">availableFrom</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">LocalTime!</code></span>](/reference/graphql/scalars/local-time) <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">UserAppointmentsAvailabilityTimeInterval</code>.<code class="gqlmd-mdx-entity-name">availableTo</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">LocalTime!</code></span>](/reference/graphql/scalars/local-time) <mark class="gqlmd-mdx-badge">non-null</mark> <mark class="gqlmd-mdx-badge">scalar</mark>

### Member Of

[`UserAppointmentsDailySchedule`](/reference/graphql/objects/user-appointments-daily-schedule)  <mark class="gqlmd-mdx-badge">object</mark><span class="gqlmd-mdx-bullet"> ● </span>[`UserAppointmentsScheduleOverride`](/reference/graphql/objects/user-appointments-schedule-override)  <mark class="gqlmd-mdx-badge">object</mark>
