# updateNotificationAlarmStationInfo

**Type:** GraphQL mutations

## Arguments
- partyId (ID)
- homeId (ID)
- action (UpdatedAction, Not Null): undefined

- alarmStationInfo (AlarmStationInfoInput, Not Null): undefined
  - homeId (ID)
  - status (String)
  - contacts (AlarmStationInfoContactsInput, Not Null): undefined
    - id (ID)
    - firstName (String)
    - lastName (String)
    - phoneNumber (PhoneNumberInput, Not Null): undefined
      - countryCode (String)
      - nationalNumber (String)

## Response
**Type:** UpdatedPayload
**Description:**
undefined

