INPUT_OBJECT
ProcessingDeliverableInput
link GraphQL Schema definition
1 input ProcessingDeliverableInput { 4 2 # Project ID for the deliverable. 3 : ID! 7 5 # TDO ID for the deliverable. 6 : ID! 11 8 # Requirements for the deliverable (assetType, engine, schema, engineCategory). 9 # These will be transformed into the flattened fields for the database. 10 : [ProjectDeliverableRequirement!]! 12 }