SurveyResponsePage
A page of survey responses together with pagination metadata.
Returned by paged query fields such as Contact.surveyResponses. Use items for the survey responses
on the current page and pageInfo to drive pagination UI (total count, has-next-page, etc.).
type SurveyResponsePage {
items: [SurveyResponse!]!
pageInfo: OffsetPageInfo!
}
Fields
SurveyResponsePage.items ● [SurveyResponse!]! non-null object
The survey responses on this page.
SurveyResponsePage.pageInfo ● OffsetPageInfo! non-null object
Pagination metadata for this page.
Member Of
Contact object