Skip to main content

CeContactStoreSurveyPage

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

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

type CeContactStoreSurveyPage {
items: [CeContactStoreSurvey!]!
pageInfo: OffsetPageInfo!
}

Fields

CeContactStoreSurveyPage.items ● [CeContactStoreSurvey!]! non-null object

The surveys on this page.

CeContactStoreSurveyPage.pageInfo ● OffsetPageInfo! non-null object

Pagination metadata for this page.

Member Of

CeContactStore object