SurveyResponseFilter: {
    hasResponse?: InputMaybe<Scalars["Boolean"]>;
    rating?: InputMaybe<Scalars["Int"]>;
    responseAt?: InputMaybe<DatetimeFilter>;
    sentiment?: InputMaybe<SentimentType>;
    surveyId?: InputMaybe<Scalars["ID"]>;
}

Type declaration