TenderResponseData
Additional response data and metadata for tender operations.
Contains supplementary information about the operation result including any messages, error status, and additional data payload.
type TenderResponseData {
data: JSONObject!
error: Boolean!
messages: [String!]
}
Fields
TenderResponseData.data
● JSONObject!
non-null scalar
Additional data payload from the tender operation.
Contains any extra information or metadata returned by the operation in JSON format.
TenderResponseData.error
● Boolean!
non-null scalar
Indicates whether an error occurred during the operation.
When true, the operation encountered issues that may require attention.
TenderResponseData.messages
● [String!]
list scalar
Informational messages about the operation result.
Contains human-readable messages providing details about the operation outcome, warnings, or additional context.
Member Of
TenderResponse
object