Skip to main content
QUERY
sseEndpointPage(first: Int, after: String, requestOrigin: String): SseEndpointPage!

Arguments

first
Int
default:100

Maximum nodes to return.

after
String

Cursor returned by the previous page.

requestOrigin
String

Origin used to build absolute public endpoint URLs.

nodes

Endpoints in the current page.

nextCursor
String

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

totalCount
Int!

Total endpoint count before pagination.

Query
Response