OrderUpdateWithMessage Object
Description
Result type for order update operations that return both the updated order and a message describing the operation result.
Declaration
type OrderUpdateWithMessage {
order: Order!
message: String!
}
Fields
| Name | Type | Description |
|---|---|---|
order | Order! | The updated order object. |
message | String! | Message describing the result of the operation (e.g., success message, warning, or error information). |