Skip to main content

MembershipContactStoreSurveyPage

A page of membership contact-store surveys together with pagination metadata.

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

type MembershipContactStoreSurveyPage {
items: [MembershipContactStoreSurvey!]!
pageInfo: OffsetPageInfo!
}

Fields

MembershipContactStoreSurveyPage.items ● [MembershipContactStoreSurvey!]! non-null object

The surveys on this page.

MembershipContactStoreSurveyPage.pageInfo ● OffsetPageInfo! non-null object

Pagination metadata for this page.

Member Of

MembershipContactStore object