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

Arguments

endpointId
ID!
required

Endpoint that owns the compositions.

first
Int
default:100

Maximum nodes to return.

after
String

Cursor returned by the previous page.

Compositions in the current page.

nextCursor
String

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

totalCount
Int!

Total composition count before pagination.

Query
Variables
Response