BomExportBomReleaseInput
Input for exporting a BOM release.
input BomExportBomReleaseInput {
bomId: String!
releaseId: String!
}
Fields
BomExportBomReleaseInput.bomId ● String! non-null scalar
Identifier of the BOM to export.
BomExportBomReleaseInput.releaseId ● String! non-null scalar
Identifier of the release to export.