Mutations
createMbomApproval
MUTATION
createMbomApproval(input: CreateMBomApprovalInput!): CreateMBomApprovalArguments
input
required
Returns
approval
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
createMbomApproval(input: CreateMBomApprovalInput!): CreateMBomApprovalmutation CreateMbomApproval($input: CreateMBomApprovalInput!) {
createMbomApproval(input: $input) {
approval {
LastSessionId
_RepliesCount
_created
_etag
_updated
comment
}
}
}{
"input": {
"gateType": "RELEASED",
"mbomId": "id"
}
}{
"data": {
"createMbomApproval": {
"approval": {
"LastSessionId": "string",
"_RepliesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"comment": "string"
}
}
}
}Was this page helpful?
mutation CreateMbomApproval($input: CreateMBomApprovalInput!) {
createMbomApproval(input: $input) {
approval {
LastSessionId
_RepliesCount
_created
_etag
_updated
comment
}
}
}{
"input": {
"gateType": "RELEASED",
"mbomId": "id"
}
}{
"data": {
"createMbomApproval": {
"approval": {
"LastSessionId": "string",
"_RepliesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"comment": "string"
}
}
}
}Suggestions