Github API - Test Config

PageInfo [object]

Information about pagination in a connection.

Attributes
endCursor String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

When paginating forwards, the cursor to continue.

hasNextPage Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

When paginating forwards, are there more items?

hasPreviousPage Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

When paginating backwards, are there more items?

startCursor String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

When paginating backwards, the cursor to continue.

API:
Github GraphQL API