Skip to main content

searchNotificationRoutingConfigurations

Searches notification routing configurations with optional filtering and ordering. Returns a paginated list.

searchNotificationRoutingConfigurations(
before: String
after: String
first: Int
last: Int
filter: NotificationRouterFilterInput
orderBy: NotificationRouterOrderInput
): NotificationRouterConnection

Arguments

searchNotificationRoutingConfigurations.before ● String scalar

Returns elements before this cursor for backward pagination.

searchNotificationRoutingConfigurations.after ● String scalar

Returns elements after this cursor for forward pagination.

searchNotificationRoutingConfigurations.first ● Int scalar

Maximum number of results to return (forward pagination).

searchNotificationRoutingConfigurations.last ● Int scalar

Number of results from the end (backward pagination).

searchNotificationRoutingConfigurations.filter ● NotificationRouterFilterInput input

Filter criteria to narrow results by routing configuration attributes.

searchNotificationRoutingConfigurations.orderBy ● NotificationRouterOrderInput input

Ordering rules for the results.

Type

NotificationRouterConnection object

NotificationRouterConnection is the structure for the list of notification routers.