INPUT_OBJECT

ProcessingDeliverableInput

link GraphQL Schema definition

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