Queries
customerSurveys
Returns a paginated list of all customer surveys configured in the workspace, ordered by their display order. Use this to build management UIs or sync survey configurations.
QUERY
customerSurveys(first: Int, after: String, last: Int, before: String): CustomerSurveyConnection!Arguments
first
Int
after
String
last
Int
before
String
Returns
edges
pageInfo
Query
Response
Query
Response

