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

# DayOpeningHours

No description

```graphql theme={null}
type DayOpeningHours {
  businessHours: [BusinessHours!]
  closed: Boolean
}
```

### Fields

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">DayOpeningHours</code>.<code class="gqlmd-mdx-entity-name">businessHours</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">\[BusinessHours!\]</code></span>](/reference/graphql/objects/business-hours) <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">DayOpeningHours</code>.<code class="gqlmd-mdx-entity-name">closed</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>

### Member Of

[`OpeningHours`](/reference/graphql/objects/opening-hours)  <mark class="gqlmd-mdx-badge">object</mark>
