mutation collectiveAlarmCreate($collectiveAlarmId: ID!) { collectiveAlarmCreate(collectiveAlarmId: $collectiveAlarmId) { errors { message path } } }
{ "collectiveAlarmId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4" }
{ "data": { "errors": [ { "message": "Example String", "path": "Example String" } ] } }