FilterEventValidationStatusInput
About FilterEventValidationStatusInput
FilterEventValidationStatusInput
allows for filtering based on an event’s validation status. Only one field should be provided per filter object.
ne
If provided, the event’s validation status must not be equivalent to the value provided to match the current filter.
Type: EventValidationStatus
eq
If provided, the event’s validation status must be equivalent to the value provided to match the current filter.
Type: EventValidationStatus
in
If provided, the event’s validation status must be present in the value provided to match the current filter.
Type: [EventValidationStatus!]
attributeExists
If provided and true, the filter will pass only if the event has a validation status. If provided and false, the filter will pass only if there is no validation status.
Type: Boolean