PageInfo


Information about pagination in a connection.

Field : ObjectDescription
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.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

Boolean

Represents `true` or `false` values.

Boolean

Represents `true` or `false` values.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.