SurveyCreateListInput
No description
input SurveyCreateListInput {
clientMutationId: String
surveys: [SurveyCreateInput]
}
Fields
SurveyCreateListInput.clientMutationId
● String
scalar
SurveyCreateListInput.surveys
● [SurveyCreateInput]
list input
Member Of
surveyCreateList
mutation