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

# Location

No description

```graphql theme={null}
type Location {
  id: ID!
  name: String!
  address: String!
  countryCode: String!
  country: String!
  timezone: String!
  created: Date!
  latitude: Float!
  longitude: Float!
  lines(
    archived: Boolean
  ): [Line!]!
  users: [User!]!
  ipads: [Ipad!]
  tvs: [TV!]
  desks: [Desk!]
  languages: [Language!]
  selectingDeskMandatory: Boolean
  smsEnabled: Boolean
  dynamicLabels: Boolean
  inputFields(
    includeDeleted: Boolean
  ): [InputField]
  openingHours: JSON @deprecated
  openingHours2: OpeningHours
  openingHoursExceptions: JSON @deprecated
  openingHoursExceptions2: [OpeningHoursException!]!
  visitPlanner: VisitPlanner
  labels: [LabelType!]!
  settings: LocationSettings!
  isDemo: Boolean!
  appointmentSettings: LocationAppointmentSettings
  isServiceViewLastUsedLineMemorised: Boolean!
}
```

### Fields

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Location</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">Location</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">Location</code>.<code class="gqlmd-mdx-entity-name">address</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">Location</code>.<code class="gqlmd-mdx-entity-name">countryCode</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">Location</code>.<code class="gqlmd-mdx-entity-name">country</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">Location</code>.<code class="gqlmd-mdx-entity-name">timezone</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">Location</code>.<code class="gqlmd-mdx-entity-name">created</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">Location</code>.<code class="gqlmd-mdx-entity-name">latitude</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">Float!</code></span>](/reference/graphql/scalars/float) <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">Location</code>.<code class="gqlmd-mdx-entity-name">longitude</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">Float!</code></span>](/reference/graphql/scalars/float) <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">Location</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">Location.lines</code>.<code class="gqlmd-mdx-entity-name">archived</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">Location</code>.<code class="gqlmd-mdx-entity-name">users</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">Location</code>.<code class="gqlmd-mdx-entity-name">ipads</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">\[Ipad!\]</code></span>](/reference/graphql/objects/ipad) <mark class="gqlmd-mdx-badge">list</mark> <mark class="gqlmd-mdx-badge">object</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Location</code>.<code class="gqlmd-mdx-entity-name">tvs</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">\[TV!\]</code></span>](/reference/graphql/objects/tv) <mark class="gqlmd-mdx-badge">list</mark> <mark class="gqlmd-mdx-badge">object</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Location</code>.<code class="gqlmd-mdx-entity-name">desks</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">\[Desk!\]</code></span>](/reference/graphql/objects/desk) <mark class="gqlmd-mdx-badge">list</mark> <mark class="gqlmd-mdx-badge">object</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Location</code>.<code class="gqlmd-mdx-entity-name">languages</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">\[Language!\]</code></span>](/reference/graphql/objects/language) <mark class="gqlmd-mdx-badge">list</mark> <mark class="gqlmd-mdx-badge">object</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Location</code>.<code class="gqlmd-mdx-entity-name">selectingDeskMandatory</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">Location</code>.<code class="gqlmd-mdx-entity-name">smsEnabled</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">Location</code>.<code class="gqlmd-mdx-entity-name">dynamicLabels</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">Location</code>.<code class="gqlmd-mdx-entity-name">inputFields</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">\[InputField\]</code></span>](/reference/graphql/objects/input-field) <mark class="gqlmd-mdx-badge">list</mark> <mark class="gqlmd-mdx-badge">object</mark>

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

If omitted or false returns non-deleted input fields in location.
If true, returns both deleted and non-deleted input fields in location.

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Location</code>.<code class="gqlmd-mdx-entity-name">openingHours2</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">OpeningHours</code></span>](/reference/graphql/objects/opening-hours) <mark class="gqlmd-mdx-badge">object</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Location</code>.<code class="gqlmd-mdx-entity-name">openingHoursExceptions2</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">\[OpeningHoursException!\]!</code></span>](/reference/graphql/objects/opening-hours-exception) <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">Location</code>.<code class="gqlmd-mdx-entity-name">visitPlanner</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">VisitPlanner</code></span>](/reference/graphql/objects/visit-planner) <mark class="gqlmd-mdx-badge">object</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Location</code>.<code class="gqlmd-mdx-entity-name">labels</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">\[LabelType!\]!</code></span>](/reference/graphql/objects/label-type) <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">Location</code>.<code class="gqlmd-mdx-entity-name">settings</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">LocationSettings!</code></span>](/reference/graphql/objects/location-settings) <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">Location</code>.<code class="gqlmd-mdx-entity-name">isDemo</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">Location</code>.<code class="gqlmd-mdx-entity-name">appointmentSettings</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">LocationAppointmentSettings</code></span>](/reference/graphql/objects/location-appointment-settings) <mark class="gqlmd-mdx-badge">object</mark>

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

<details class="gqlmd-mdx-details">
  <summary class="gqlmd-mdx-details-summary"><span className="gqlmd-mdx-details-summary-open">DEPRECATED</span></summary>
</details>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Location</code>.<code class="gqlmd-mdx-entity-name">openingHours</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">JSON</code></span>](/reference/graphql/scalars/json) <mark class="gqlmd-mdx-badge">deprecated</mark> <mark class="gqlmd-mdx-badge">scalar</mark>

<fieldset class="gqlmd-mdx-admonition-fieldset">
  <legend class="gqlmd-mdx-admonition-legend"><span class="gqlmd-mdx-admonition-legend-type gqlmd-mdx-admonition-legend-type-warning">⚠️ DEPRECATED</span></legend>

  <span>
    Use openingHours2 instead
  </span>
</fieldset>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Location</code>.<code class="gqlmd-mdx-entity-name">openingHoursExceptions</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">JSON</code></span>](/reference/graphql/scalars/json) <mark class="gqlmd-mdx-badge">deprecated</mark> <mark class="gqlmd-mdx-badge">scalar</mark>

<fieldset class="gqlmd-mdx-admonition-fieldset">
  <legend class="gqlmd-mdx-admonition-legend"><span class="gqlmd-mdx-admonition-legend-type gqlmd-mdx-admonition-legend-type-warning">⚠️ DEPRECATED</span></legend>

  <span>
    Use openingHoursExceptions2 instead
  </span>
</fieldset>

undefined

### Returned By

[`changedLocation`](/reference/graphql/subscriptions/changed-location)  <mark class="gqlmd-mdx-badge">subscription</mark><span class="gqlmd-mdx-bullet"> ● </span>[`changedLocationLine`](/reference/graphql/subscriptions/changed-location-line)  <mark class="gqlmd-mdx-badge">subscription</mark><span class="gqlmd-mdx-bullet"> ● </span>[`location`](/reference/graphql/queries/location)  <mark class="gqlmd-mdx-badge">query</mark><span class="gqlmd-mdx-bullet"> ● </span>[`locations`](/reference/graphql/queries/locations)  <mark class="gqlmd-mdx-badge">query</mark>

### Member Of

[`Account`](/reference/graphql/objects/account)  <mark class="gqlmd-mdx-badge">object</mark><span class="gqlmd-mdx-bullet"> ● </span>[`InputField`](/reference/graphql/objects/input-field)  <mark class="gqlmd-mdx-badge">object</mark><span class="gqlmd-mdx-bullet"> ● </span>[`Line`](/reference/graphql/objects/line)  <mark class="gqlmd-mdx-badge">object</mark><span class="gqlmd-mdx-bullet"> ● </span>[`Role`](/reference/graphql/objects/role)  <mark class="gqlmd-mdx-badge">object</mark><span class="gqlmd-mdx-bullet"> ● </span>[`User`](/reference/graphql/objects/user)  <mark class="gqlmd-mdx-badge">object</mark><span class="gqlmd-mdx-bullet"> ● </span>[`UserAppointmentsAvailability`](/reference/graphql/objects/user-appointments-availability)  <mark class="gqlmd-mdx-badge">object</mark>
