SurveyCreateList
No description
type SurveyCreateList {
clientMutationId: String
surveys: [Survey]
}
Fields
SurveyCreateList.clientMutationId
● String
scalar
SurveyCreateList.surveys
● [Survey]
list object
Returned By
surveyCreateList
mutation