Skip to main content

SponsorshipPackagePage

A page of sponsorship packages together with pagination metadata.

Returned by *Paged query fields such as SponsorshipSetup.sponsorshipPackagesPaged. Use items for the sponsorship packages on the current page and pageInfo to drive pagination UI (total count, has-next-page, etc.).

type SponsorshipPackagePage {
items: [SponsorshipPackage!]!
pageInfo: OffsetPageInfo!
}

Fields

SponsorshipPackagePage.items ● [SponsorshipPackage!]! non-null object

The sponsorship packages on this page, in the same order they would be returned by the equivalent sponsorshipPackages field with the same offset, limit and filter arguments.

SponsorshipPackagePage.pageInfo ● OffsetPageInfo! non-null object

Pagination metadata for this page.

Member Of

SponsorshipSetup object