Note: The Marketing API is in Alpha and undergoing active development. Availability is not guaranteed and significant changes may still be made.
PageInfo
Information about pagination in a connection.
Fields
endCursor (
String
)
When paginating forwards, the cursor to continue.
hasNextPage (
Boolean!
)
When paginating forwards, are there more items?
hasPreviousPage (
Boolean!
)
When paginating backwards, are there more items?
startCursor (
String
)
When paginating backwards, the cursor to continue.