Skip to main content

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.

No description
type NumericFieldConstraints implements InputFieldConstraints {
  id: String!
  min: BigDecimal
  max: BigDecimal
  scale: Short
}

Fields

NumericFieldConstraints.id ● String! non-null scalar

NumericFieldConstraints.min ● BigDecimal scalar

NumericFieldConstraints.max ● BigDecimal scalar

NumericFieldConstraints.scale ● Short scalar

Interfaces

InputFieldConstraints interface