PageInfo
Information on Pagination
type PageInfo {
endCursor: String
hasNextPage: Boolean!
hasPreviousPage: Boolean!
startCursor: String
}
Fields
PageInfo.endCursor
● String
scalar
The cursor to use when paginating forwards (using first/after). Will always be populated regardless of if a next page exists.
PageInfo.hasNextPage
● Boolean!
non-null scalar
Whether or not using the endCursor will result in more results. Always populated, but will always be false when paginating using last/before.
PageInfo.hasPreviousPage
● Boolean!
non-null scalar
Whether or not using the startCursor will result in more results. Always populated, but will always be false when paginating using first/after.
PageInfo.startCursor
● String
scalar
The cursor to use when paginating backwards (using last/before). Will always be populated regardless of if a previous page exists
Member of
PublicSupplierConnection
object ● PurchaseOrderItemConnection
object ● SupplierDemandHqConnection
object ● SupplierIdentityConnection
object ● SupplierProductConnectionWithSearch
object ● SupplierProductContentItemConnection
object ● SupplierProductLocaleConnection
object ● SupplierQuickLinkConnection
object ● SupplierVariantConnection
object ● SupplyEventConnection
object ● SupplyEventSubscriptionConnection
object