Skip to main content

CeContactStoreSurveyResponsePage

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

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

type CeContactStoreSurveyResponsePage {
items: [CeContactStoreSurveyResponse!]!
pageInfo: OffsetPageInfo!
}

Fields

CeContactStoreSurveyResponsePage.items ● [CeContactStoreSurveyResponse!]! non-null object

The survey responses on this page.

CeContactStoreSurveyResponsePage.pageInfo ● OffsetPageInfo! non-null object

Pagination metadata for this page.

Member Of

CeContactStoreContact object ● CeContactStoreSurvey object