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

# BusinessHours

No description

```graphql theme={null}
type BusinessHours {
  opens: OpeningHoursTime!
  closes: OpeningHoursTime!
}
```

### Fields

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">BusinessHours</code>.<code class="gqlmd-mdx-entity-name">opens</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">OpeningHoursTime!</code></span>](/reference/graphql/objects/opening-hours-time) <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">BusinessHours</code>.<code class="gqlmd-mdx-entity-name">closes</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">OpeningHoursTime!</code></span>](/reference/graphql/objects/opening-hours-time) <mark class="gqlmd-mdx-badge">non-null</mark> <mark class="gqlmd-mdx-badge">object</mark>

### Member Of

[`DayOpeningHours`](/reference/graphql/objects/day-opening-hours)  <mark class="gqlmd-mdx-badge">object</mark><span class="gqlmd-mdx-bullet"> ● </span>[`OpeningHoursException`](/reference/graphql/objects/opening-hours-exception)  <mark class="gqlmd-mdx-badge">object</mark>
