CreateResidentialParkInput
Input type for createResidentialPark mutation.
input CreateResidentialParkInput {
address: Address
ambulantCareInstitutionCode: InstitutionCode!
daycareInstitutionCode: InstitutionCode!
email: String!
name: String!
phoneNumber: String!
slug: String!
}
Fields
CreateResidentialParkInput.address ● Address scalar
Location of the park.
CreateResidentialParkInput.ambulantCareInstitutionCode ● InstitutionCode! non-null scalar
Identifier for the ambulant nursing care, unique 9-digit number
CreateResidentialParkInput.daycareInstitutionCode ● InstitutionCode! non-null scalar
Identifier for the daycare, unique 9-digit number
CreateResidentialParkInput.email ● String! non-null scalar
The contact email address of the residential park
CreateResidentialParkInput.name ● String! non-null scalar
Human-readable name
CreateResidentialParkInput.phoneNumber ● String! non-null scalar
The contact phone number address of the residential park
CreateResidentialParkInput.slug ● String! non-null scalar
Short unique identifier of this park. This is especially used as abbreviation inside the URLs.
Member Of
createResidentialPark mutation