AddressDetails
The AddressDetails object is the GraphQL data type of the response object return by the query. It determines what fields are available to a client making an address query request.
Definition
Section titled “Definition”type AddressDetails { products: Products!}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
products | Products! | The products field will provide the available Opendoor products that the address of interest is eligible for, value estimation and referral. See Products for more details. |