Skip to main content

CompanyTP_bool_exp

Boolean expressions to filter CompanyTP. All fields are combined with a logical AND.

input CompanyTP_bool_exp {
_and: [CompanyTP_bool_exp!]
_not: CompanyTP_bool_exp
_or: [CompanyTP_bool_exp!]
activityTypes: ActivityType_bool_exp
addressText: String_comparison_exp
annotationTypes: AnnotationTypeTP_bool_exp
companyId: String_comparison_exp
location: Location_bool_exp
machines: MachineTP_bool_exp
name: String_comparison_exp
operations: Operation_bool_exp
operators: OperatorTP_bool_exp
rejectReasons: RejectReason_bool_exp
timeZone: String_comparison_exp
}

Fields

CompanyTP_bool_exp._and ● [CompanyTP_bool_exp!] list input

Combines the given expressions using a logical AND

CompanyTP_bool_exp._not ● CompanyTP_bool_exp input

Negates the result of the given expression.

CompanyTP_bool_exp._or ● [CompanyTP_bool_exp!] list input

Combines the given expressions using a logical OR.

CompanyTP_bool_exp.activityTypes ● ActivityType_bool_exp input

A set of activity types specific to the company.

CompanyTP_bool_exp.addressText ● String_comparison_exp input

The full address as as string.

CompanyTP_bool_exp.annotationTypes ● AnnotationTypeTP_bool_exp input

CompanyTP_bool_exp.companyId ● String_comparison_exp input

A globally unique identifier (UUID) for the company.

CompanyTP_bool_exp.location ● Location_bool_exp input

CompanyTP_bool_exp.machines ● MachineTP_bool_exp input

The set machines.

CompanyTP_bool_exp.name ● String_comparison_exp input

A descriptive, human-readable name

CompanyTP_bool_exp.operations ● Operation_bool_exp input

CompanyTP_bool_exp.operators ● OperatorTP_bool_exp input

Returns a collection of Operators

CompanyTP_bool_exp.rejectReasons ● RejectReason_bool_exp input

A set of reject reasons specific to the company.

CompanyTP_bool_exp.timeZone ● String_comparison_exp input

The timezone the company is associated with. Must be an

Member Of

ActivityType_bool_exp input ● AnnotationTypeTP_bool_exp input ● business_machine_bool_exp input ● companies query ● CompanyTP_bool_exp input ● Location_bool_exp input ● MachineTP_bool_exp input ● Operation_bool_exp input ● OperatorTP_bool_exp input ● RejectReason_bool_exp input