mutation alarmStationAddEmergencyContact($homeId: ID!, $data: AlarmStationAddEmergencyContactInput!) { alarmStationAddEmergencyContact(homeId: $homeId, data: $data) { errors { message path } } }
{ "homeId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "data": { "firstName": "Example String", "lastName": "Example String", "phoneNumber": { "countryCode": "Example String", "nationalNumber": "Example String" }, "fixedPriority": 40 } }
{ "data": { "errors": [ { "message": "Example String", "path": "Example String" } ] } }