TypesObjects
EmployeeCountInterval
An interval representing the number of employees a company has.
type EmployeeCountInterval {
from: Int!
to: Int!
}Fields
from Int! non-null scalar
Int!
The lower bound of the interval.
to Int! non-null scalar
Int!
The upper bound of the interval.
Member Of
Company object