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

# NumericFieldConstraints

No description

```graphql theme={null}
type NumericFieldConstraints implements InputFieldConstraints {
  id: String!
  min: BigDecimal
  max: BigDecimal
  scale: Short
}
```

### Fields

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">NumericFieldConstraints</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">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">NumericFieldConstraints</code>.<code class="gqlmd-mdx-entity-name">min</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">BigDecimal</code></span>](/reference/graphql/scalars/big-decimal) <mark class="gqlmd-mdx-badge">scalar</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">NumericFieldConstraints</code>.<code class="gqlmd-mdx-entity-name">max</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">BigDecimal</code></span>](/reference/graphql/scalars/big-decimal) <mark class="gqlmd-mdx-badge">scalar</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">NumericFieldConstraints</code>.<code class="gqlmd-mdx-entity-name">scale</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">Short</code></span>](/reference/graphql/scalars/short) <mark class="gqlmd-mdx-badge">scalar</mark>

### Interfaces

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">InputFieldConstraints</code></span>](/reference/graphql/interfaces/input-field-constraints) <mark class="gqlmd-mdx-badge">interface</mark>
