INPUT_OBJECT
AddTenderTypeInput
Input Object to add a Tender Type
link GraphQL Schema definition
- input AddTenderTypeInput {
- # Amount of the custom tender type. Only available when type is fixed amount or
- # fixed percent
- : Money
- # Description of the custom tender type
- : String!
- # The name of the custom tender type
- : String!
- # Organization Unit Identifier
- : UUID!
- # Type of the custom tender type
- : TenderTypeType!
- }