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

# UserAppointmentsScheduleOverride

No description

```graphql theme={null}
type UserAppointmentsScheduleOverride {
  isAvailable: Boolean!
  date: LocalDate!
  dailySchedule: [UserAppointmentsAvailabilityTimeInterval!]!
}
```

### Fields

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">UserAppointmentsScheduleOverride</code>.<code class="gqlmd-mdx-entity-name">isAvailable</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">UserAppointmentsScheduleOverride</code>.<code class="gqlmd-mdx-entity-name">date</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">LocalDate!</code></span>](/reference/graphql/scalars/local-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">UserAppointmentsScheduleOverride</code>.<code class="gqlmd-mdx-entity-name">dailySchedule</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">\[UserAppointmentsAvailabilityTimeInterval!\]!</code></span>](/reference/graphql/objects/user-appointments-availability-time-interval) <mark class="gqlmd-mdx-badge">non-null</mark> <mark class="gqlmd-mdx-badge">object</mark>

### Member Of

[`UserAppointmentsAvailability`](/reference/graphql/objects/user-appointments-availability)  <mark class="gqlmd-mdx-badge">object</mark>
