Skip to main content

searchEventTypes

Searches available notification event types with optional filtering. Returns a paginated list.

searchEventTypes(
before: String
after: String
first: Int
last: Int
filter: NotificationRouterEventTypeFilterInput
): NotificationRouterEventTypeConnection

Arguments

searchEventTypes.before ● String scalar

Returns elements before this cursor for backward pagination.

searchEventTypes.after ● String scalar

Returns elements after this cursor for forward pagination.

searchEventTypes.first ● Int scalar

Maximum number of results to return (forward pagination).

searchEventTypes.last ● Int scalar

Number of results from the end (backward pagination).

searchEventTypes.filter ● NotificationRouterEventTypeFilterInput input

Filter criteria to narrow results by event type attributes.

Type

NotificationRouterEventTypeConnection object

NotificationRouterEventTypeConnection is the structure for the list of even types