INPUT_OBJECT

EventTypeFilter

Filters Event-s by their type.

link GraphQL Schema definition

  • input EventTypeFilter {
  • # Specifies the exact values to be matched.
  • in: [EventType!]
  • # Specifies the exact values to be excluded.
  • notIn: [EventType!]
  • }