OBJECT

SatisfactionSurveyResponsesPageInfo

link GraphQL Schema definition

  • type SatisfactionSurveyResponsesPageInfo {
  • # Cursor to fetch the next page
  • endCursor: String
  • # True if there is more pages
  • hasNextPage: Boolean!
  • }