BuyerCreateResponse Object
Description
Response type for buyer creation operations, containing the created buyer and a message describing the result.
Declaration
type BuyerCreateResponse {
user: Buyer!
message: String!
}
Fields
| Name | Type | Description |
|---|---|---|
user | Buyer! | The newly created buyer. |
message | String! | Message describing the result of the buyer creation operation. |