Mutations
companiesAddToMonitoring
No description
mutation CompaniesAddToMonitoring($where: CompaniesWhereInput!) {
companiesAddToMonitoring(where: $where) {
failed
allSuccessful
}
}input CompaniesWhereInput {
ids: [CompanyId!]!
}Arguments
where CompaniesWhereInput! non-null input
Type
CompanyBulkPayloadResource object
CompanyBulkPayloadResource
Response for bulk adding companies to monitoring.