Skip to main content

TenderDroppedAttribute

An attribute that was discarded during tender processing because its attribute description could not be resolved.

type TenderDroppedAttribute {
level: String!
uuid: String
attributeDescriptionId: String
attributeDescriptionName: String
reason: String!
}

Fields

TenderDroppedAttribute.level ● String! non-null scalar

Where the attribute was carried: "order" or "item".

TenderDroppedAttribute.uuid ● String scalar

UUID of the item that carried it, for item level.

TenderDroppedAttribute.attributeDescriptionId ● String scalar

The id it was keyed on, when it was keyed by id.

TenderDroppedAttribute.attributeDescriptionName ● String scalar

The name it was keyed on, when it was keyed by name.

TenderDroppedAttribute.reason ● String! non-null scalar

Why it was dropped. Currently always DESCRIPTION_NOT_FOUND.

Member Of

TenderProcessResponse object