Table of Contents

PageInfo

Information about pagination in a connection.

Type

Kind of Type: Object

Fields

Field Type Description
hasNextPage Boolean! Indicates whether more edges exist following the set defined by the clients arguments.
hasPreviousPage Boolean! Indicates whether more edges exist prior the set defined by the clients arguments.
startCursor String When paginating backwards, the cursor to continue.
endCursor String When paginating forwards, the cursor to continue.