FilterMessageStateInput
About FilterMessageStateInput
FilterMessageStateInput
allows for filtering based on a MessageState parameter. Only one field should be provided per filter object.
Note that the UPDATE
state will exclude START
and END
messages.
ne
If provided, the MessageState must not be equal to the value provided to match the current filter.
Type: MessageState
eq
If provided, the MessageState must be equal to the value provided to match the current filter.
Type: MessageState
in
If provided, the MessageState must be present in the list provided to match the current filter.
Type: [MessageState!]