Skip to main content

AnnotationTypeTP_bool_exp

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

input AnnotationTypeTP_bool_exp {
_and: [AnnotationTypeTP_bool_exp!]
_not: AnnotationTypeTP_bool_exp
_or: [AnnotationTypeTP_bool_exp!]
annotationTypeRef: Int_comparison_exp
annotations: AnnotationTP_bool_exp
color: String_comparison_exp
company: CompanyTP_bool_exp
isArchived: Boolean_comparison_exp
name: String_comparison_exp
}

Fields

AnnotationTypeTP_bool_exp._and ● [AnnotationTypeTP_bool_exp!] list input

Combines the given expressions using a logical AND

AnnotationTypeTP_bool_exp._not ● AnnotationTypeTP_bool_exp input

Negates the result of the given expression.

AnnotationTypeTP_bool_exp._or ● [AnnotationTypeTP_bool_exp!] list input

Combines the given expressions using a logical OR.

AnnotationTypeTP_bool_exp.annotationTypeRef ● Int_comparison_exp input

A unique, numeric identifier for the annotationType.

AnnotationTypeTP_bool_exp.annotations ● AnnotationTP_bool_exp input

AnnotationTypeTP_bool_exp.color ● String_comparison_exp input

The display color of the anntoation type.

AnnotationTypeTP_bool_exp.company ● CompanyTP_bool_exp input

AnnotationTypeTP_bool_exp.isArchived ● Boolean_comparison_exp input

A boolean flag indicating whether the annotation type is archived. This affects whether it is displayed in the UI.

AnnotationTypeTP_bool_exp.name ● String_comparison_exp input

A descriptive, human-readable name

Member Of

AnnotationTP_bool_exp input ● annotationTypes query ● AnnotationTypeTP_bool_exp input ● CompanyTP_bool_exp input