Skip to main content

MembershipContactStoreSurveyResponsePage

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

Returned by *Paged query fields such as MembershipContactStoreSurvey.responsesPaged and MembershipContactStoreContact.surveyResponsesPaged. Use items for the responses on the current page and pageInfo to drive pagination UI (total count, has-next-page, etc.).

type MembershipContactStoreSurveyResponsePage {
items: [MembershipContactStoreSurveyResponse!]!
pageInfo: OffsetPageInfo!
}

Fields

MembershipContactStoreSurveyResponsePage.items ● [MembershipContactStoreSurveyResponse!]! non-null object

The survey responses on this page.

MembershipContactStoreSurveyResponsePage.pageInfo ● OffsetPageInfo! non-null object

Pagination metadata for this page.

Member Of

MembershipContactStoreContact object ● MembershipContactStoreSurvey object