TenderResponse
Complete response for tender operations that return both tender data and operation metadata.
Combines the updated tender information with additional response data and messages from the operation.
type TenderResponse {
tender: Tender!
response: TenderResponseData!
}
Fields
TenderResponse.tender
● Tender!
non-null object
The tender object after the operation has been completed.
Contains the current state of the tender including any modifications made during the operation.
TenderResponse.response
● TenderResponseData!
non-null object
Additional response metadata and information about the operation.
Contains supplementary data, messages, and status information related to the tender operation.
Returned By
tenderAddItems
mutation