SurveyAddOwnersInput
No description
input SurveyAddOwnersInput {
clientMutationId: String
surveyId: Int!
ownerIds: [Int]
}
Fields
SurveyAddOwnersInput.clientMutationId ● String scalar
SurveyAddOwnersInput.surveyId ● Int! non-null scalar
SurveyAddOwnersInput.ownerIds ● [Int] list scalar
Member Of
surveyAddOwners mutation