OBJECT
A user's address
type Address {id: ID city: String country: String countryId: Int state: String stateId: Int }