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