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

# UserAppointmentsAvailability

No description

```graphql theme={null}
type UserAppointmentsAvailability {
  user: User!
  location: Location!
  lines: [Line!]!
  dailyLimit: Int
  weeklyHours: Int!
  weeklySchedule: UserAppointmentsWeeklySchedule!
  scheduleOverrides: [UserAppointmentsScheduleOverride!]!
}
```

### Fields

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">UserAppointmentsAvailability</code>.<code class="gqlmd-mdx-entity-name">user</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>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">UserAppointmentsAvailability</code>.<code class="gqlmd-mdx-entity-name">location</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">Location!</code></span>](/reference/graphql/objects/location) <mark class="gqlmd-mdx-badge">non-null</mark> <mark class="gqlmd-mdx-badge">object</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">UserAppointmentsAvailability</code>.<code class="gqlmd-mdx-entity-name">lines</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">\[Line!\]!</code></span>](/reference/graphql/objects/line) <mark class="gqlmd-mdx-badge">non-null</mark> <mark class="gqlmd-mdx-badge">object</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">UserAppointmentsAvailability</code>.<code class="gqlmd-mdx-entity-name">dailyLimit</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>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">UserAppointmentsAvailability</code>.<code class="gqlmd-mdx-entity-name">weeklyHours</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">non-null</mark> <mark class="gqlmd-mdx-badge">scalar</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">UserAppointmentsAvailability</code>.<code class="gqlmd-mdx-entity-name">weeklySchedule</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">UserAppointmentsWeeklySchedule!</code></span>](/reference/graphql/objects/user-appointments-weekly-schedule) <mark class="gqlmd-mdx-badge">non-null</mark> <mark class="gqlmd-mdx-badge">object</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">UserAppointmentsAvailability</code>.<code class="gqlmd-mdx-entity-name">scheduleOverrides</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">\[UserAppointmentsScheduleOverride!\]!</code></span>](/reference/graphql/objects/user-appointments-schedule-override) <mark class="gqlmd-mdx-badge">non-null</mark> <mark class="gqlmd-mdx-badge">object</mark>

### Returned By

[`userAppointmentsAvailability`](/reference/graphql/queries/user-appointments-availability)  <mark class="gqlmd-mdx-badge">query</mark>

### Member Of

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