Skip to main content

SponsorshipPage

A page of sponsorships together with pagination metadata.

Returned by *Paged query fields such as Event.sponsorshipsPaged and Contact.sponsorshipsPaged. Use items for the sponsorships on the current page and pageInfo to drive pagination UI (total count, has-next-page, etc.).

type SponsorshipPage {
items: [Sponsorship!]!
pageInfo: OffsetPageInfo!
}

Fields

SponsorshipPage.items ● [Sponsorship!]! non-null object

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

SponsorshipPage.pageInfo ● OffsetPageInfo! non-null object

Pagination metadata for this page.

Member Of

Contact object ● Event object