Skip to main content
QUERY
sseMockEventTemplatePage(endpointId: ID!, first: Int, after: String): SseMockEventTemplatePage!

Arguments

endpointId
ID!
required

Endpoint that owns the templates.

first
Int
default:100

Maximum nodes to return.

after
String

Cursor returned by the previous page.

Templates in the current page.

nextCursor
String

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

totalCount
Int!

Total template count before pagination.

Query
Variables
Response