EventsFilterInput
No description
input EventsFilterInput {
changesetId: String
conversationId: ID!
eventGroupId: ID
eventType: [EventType!]
}
Fields
EventsFilterInput.changesetId ● String scalar common
Filters events by changeset ID.
EventsFilterInput.conversationId ● ID! non-null scalar common
Filters events by the ID of a conversation.
EventsFilterInput.eventGroupId ● ID scalar common
Filters events by the ID of an event group.
EventsFilterInput.eventType ● [EventType!] list enum common
Filters events by type.
Member of
events query