OperatorTP
No description
type OperatorTP {
company: CompanyTP
isArchived: Boolean
name: String
operatorRef: Int
operatorRuns(
distinct_on: [OperatorRunTP_select_column!]
limit: Int
offset: Int
order_by: [OperatorRunTP_order_by!]
where: OperatorRunTP_bool_exp
): [OperatorRunTP!]!
}
Fields
OperatorTP.company ● CompanyTP object
OperatorTP.isArchived ● Boolean scalar
OperatorTP.name ● String scalar
A descriptive, human-readable name
OperatorTP.operatorRef ● Int scalar
A unique, numeric identifier for the operator.
OperatorTP.operatorRuns ● [OperatorRunTP!]! non-null object
OperatorTP.operatorRuns.distinct_on ● [OperatorRunTP_select_column!] list enum
Return a distinct set of entities, defined by the given fields.
OperatorTP.operatorRuns.limit ● Int scalar
Limits the number of objects returned.
OperatorTP.operatorRuns.offset ● Int scalar
Start a the specified, zero-based array index. This is only useful in combination with order_by.
OperatorTP.operatorRuns.order_by ● [OperatorRunTP_order_by!] list input
Sort the returned array by one or more fields of it's elements.
OperatorTP.operatorRuns.where ● OperatorRunTP_bool_exp input
Filter the data by using a (nested) boolean expression.
Returned By
operators query
Member Of
CompanyTP object ● OperatorRunTP object