Skip to main content

PageInfo

Information about pagination in a connection.

type PageInfo {
hasNextPage: Boolean!
hasPreviousPage: Boolean!
startCursor: String
endCursor: String
}

Fields

PageInfo.hasNextPage ● Boolean! non-null scalar common

Indicates whether more edges exist following the set defined by the clients arguments.

PageInfo.hasPreviousPage ● Boolean! non-null scalar common

Indicates whether more edges exist prior the set defined by the clients arguments.

PageInfo.startCursor ● String scalar common

When paginating backwards, the cursor to continue.

PageInfo.endCursor ● String scalar common

When paginating forwards, the cursor to continue.

Member Of

MissionsConnection object ● MissonResourcesConnection object