Studio Service

PageInfo

PageInfo

Information about pagination in a connection.

FieldArgumentTypeDescription
hasNextPageBoolean!When paginating forwards, are there more items?
hasPreviousPageBoolean!When paginating backwards, are there more items?
startCursorCursorWhen paginating backwards, the cursor to continue.
endCursorCursorWhen paginating forwards, the cursor to continue.