Skip to main content

PageInfo

Implements PageInfo from the Relay Connections Specification - information about a page in the pagination mechanism

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

Fields

PageInfo.hasNextPage ● Boolean scalar

Indicates whether more edges exist following this page

PageInfo.hasPreviousPage ● Boolean scalar

Indicates whether more edges exist preceding this page

PageInfo.startCursor ● String scalar

Opaque identifier pointing to the first node of the page

PageInfo.endCursor ● String scalar

Opaque identifier pointing to the last node of the page

Member Of

AccountConnection object ● AccountHolderConnection object ● AccountMembershipConnection object ● CapitalDepositCaseConnection object ● CardConnection object ● Connection interface ● ConsentConnection object ● DigitalCardConnection object ● ExternalAccountConnection object ● ExternalBalanceConnection object ● FundingLimitSettingsChangeRequestConnection object ● FundingSourceConnection object ● IdentificationConnection object ● InvoiceConnection object ● LegalDocumentConnection object ● MerchantProfileConnection object ● OnboardingConnection object ● PaymentConnection object ● PaymentMandateConnection object ● ReceivedDirectDebitMandateConnection object ● StandingOrderConnection object ● StatementConnection object ● SupportingDocumentCollectionConnection object ● TransactionConnection object ● TrustedBeneficiaryConnection object ● UserConnection object ● VirtualIBANEntryConnection object ● WebhookEventLogsConnection object ● WebhookSubscriptionsConnection object