HomeLocationInput

country
String!,non-null
city
String!,non-null
street
String!,non-null
postalCode
String!,non-null
streetNumber
unitNumber
geoLocation
apartmentNumber
associationPk
Sample
{ "country": "Example String", "city": "Example String", "street": "Example String", "postalCode": "Example String", "streetNumber": "Example String", "unitNumber": "Example String", "geoLocation": { "__typename": "GeoLocationInput" }, "apartmentNumber": "Example String", "associationPk": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4" }
Previous page