AnnotationTP_stream_cursor_value_input
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
input AnnotationTP_stream_cursor_value_input {
annotationRef: Int
companyId: String
description: String
endAt: timestamptz
isPlanned: Boolean
machineRef: Int
startAt: timestamptz
}
Fields
AnnotationTP_stream_cursor_value_input.annotationRef ● Int scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
AnnotationTP_stream_cursor_value_input.companyId ● String scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
AnnotationTP_stream_cursor_value_input.description ● String scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
AnnotationTP_stream_cursor_value_input.endAt ● timestamptz scalar
The end of an interval. Intervals are right-exclusive.
AnnotationTP_stream_cursor_value_input.isPlanned ● Boolean scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
AnnotationTP_stream_cursor_value_input.machineRef ● Int scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
AnnotationTP_stream_cursor_value_input.startAt ● timestamptz scalar
The start of an interval.