mBOM versions
Control changes to mBOMs with versions, with statuses and approvals
Last updated
Was this helpful?
Was this helpful?
mutation CreateMBomApprovalRole($input: CreateMBomApprovalRoleInput!) {
createMbomApprovalRole(input: $input) {
approvalRole {
_created
_etag
_updated
count
createdById
gateType
roleId
updatedById
}
}
}
{
"input": {
"roleId": 3,
"count": 1,
"gateType": "RELEASED"
}
}