Skip to main content

CreateApartmentGroupInput

Input used to create an apartment group

input CreateApartmentGroupInput {
name: String!
residentialParkId: ResidentialParkID!
}

Fields

CreateApartmentGroupInput.name ● String! non-null scalar

Name of the apartment group

CreateApartmentGroupInput.residentialParkId ● ResidentialParkID! non-null scalar

The ID of the residential park to which the apartment group belongs.

Member Of

createApartmentGroup mutation