SellerDetailsInput
The SellerDetailsInput type determines the input fields for a home seller’s details. That includes contact details as well as the seller relation.
Definition
Section titled “Definition”input SellerDetailsInput { contact: ContactInput! sellerRelationToOwner: SellerRelationToOwner! agentRelationToSeller: AgentRelationToSeller}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
contact | ContactInput! | The seller’s contact details |
sellerRelationToOwner | SellerRelationToOwner! | The seller’s relation to the owner of the home. |
agentRelationToSeller | AgentRelationToSeller | The agent’s relation to the seller |