Skip to main content
QUERY
sseHistoryFacetPage(first: Int, after: String): SseHistoryFacetPage!

Arguments

first
Int
default:100

Maximum nodes to return.

after
String

Cursor returned by the previous page.

Facet values in the current page.

nextCursor
String

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

totalCount
Int!

Total facet count before pagination.

Query
Response