customerSurvey
Fetches a single customer survey by its ID. Returns null if no survey with that ID exists.
customerSurvey(id: ID!): CustomerSurveyArguments
Returns
The survey template that defines the type and question text sent to the customer (e.g. a CSAT template).
Targeting conditions that restrict which threads this survey is sent on. When empty, the survey applies to all threads.
How individual conditions are combined. AND requires every condition to match; OR requires at least one.
Whether the survey is active and will be sent to customers. Disabled surveys are never triggered.
How many minutes after a thread is resolved before the survey is sent to the customer.
Minimum number of days that must pass before the same customer can be sent this survey again.
Zero-based integer controlling the display and evaluation order of surveys relative to one another.

