Skip to main content

AnnotationTP_bool_exp

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

input AnnotationTP_bool_exp {
_and: [AnnotationTP_bool_exp!]
_not: AnnotationTP_bool_exp
_or: [AnnotationTP_bool_exp!]
annotationRef: Int_comparison_exp
annotationType: AnnotationTypeTP_bool_exp
companyId: String_comparison_exp
description: String_comparison_exp
endAt: timestamptz_comparison_exp
isPlanned: Boolean_comparison_exp
machine: MachineTP_bool_exp
machineRef: Int_comparison_exp
startAt: timestamptz_comparison_exp
}

Fields

AnnotationTP_bool_exp._and ● [AnnotationTP_bool_exp!] list input

Combines the given expressions using a logical AND

AnnotationTP_bool_exp._not ● AnnotationTP_bool_exp input

Negates the result of the given expression.

AnnotationTP_bool_exp._or ● [AnnotationTP_bool_exp!] list input

Combines the given expressions using a logical OR.

AnnotationTP_bool_exp.annotationRef ● Int_comparison_exp input

A unique, numeric identifier for the annotation.

AnnotationTP_bool_exp.annotationType ● AnnotationTypeTP_bool_exp input

AnnotationTP_bool_exp.companyId ● String_comparison_exp input

A globally unique identifier (UUID) for the company.

AnnotationTP_bool_exp.description ● String_comparison_exp input

AnnotationTP_bool_exp.endAt ● timestamptz_comparison_exp input

The end of an interval. Intervals are right-exclusive.

AnnotationTP_bool_exp.isPlanned ● Boolean_comparison_exp input

AnnotationTP_bool_exp.machine ● MachineTP_bool_exp input

The machine the event originates from.

AnnotationTP_bool_exp.machineRef ● Int_comparison_exp input

A unique, numeric identifier for the machine.

AnnotationTP_bool_exp.startAt ● timestamptz_comparison_exp input

The start of an interval.

Member Of

annotations query ● AnnotationTP_bool_exp input ● AnnotationTypeTP_bool_exp input ● business_machine_bool_exp input ● MachineTP_bool_exp input