Skip to main content
QUERY
sseHistorySavedFilterPage(view: SseHistoryView!, first: Int, after: String): SseHistorySavedFilterPage!

Arguments

view

History view that owns the filters.

first
Int
default:100

Maximum nodes to return.

after
String

Cursor returned by the previous page.

Saved filters in the current page.

nextCursor
String

Cursor for the next page, or null at the end.

totalCount
Int!

Total saved filter count before pagination.

Query
Variables
Response