Skip to main content
QUERY
sseBreakpointPage(status: String, first: Int, after: String): SseBreakpointPage!

Arguments

status
String

Optional breakpoint status filter.

first
Int
default:100

Maximum nodes to return.

after
String

Cursor returned by the previous page.

nodes

Breakpoints in the current page.

nextCursor
String

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

totalCount
Int!

Total breakpoint count before pagination.

Query
Response