collectiveAlarmSetTenants(...args)

Arguments

collectiveAlarmId
ID!,non-nullrequired
tenants
[ID!]!,non-nullrequired

Return type

Mutation sample
mutation collectiveAlarmSetTenants($collectiveAlarmId: ID!, $tenants: [ID!]!) {
  collectiveAlarmSetTenants(collectiveAlarmId: $collectiveAlarmId, tenants: $tenants) {
    errors {
      message 
      path 
    }
  }
}
Variables
{ "collectiveAlarmId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "tenants": [ "9cfb1c81-4c79-452f-b1f5-8ee6571276b4" ] }
Response sample
{ "data": { "errors": [ { "message": "Example String", "path": "Example String" } ] } }
Next page