Mutations
createMbom
MUTATION
createMbom(input: CreateMBomInput!): CreateMBomArguments
input
required
Returns
mbom
Mutation
mutation CreateMbom($input: CreateMBomInput!) {
createMbom(input: $input) {
mbom {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
_ApprovalRequestsCount
_ApprovalsCount
_AttributedPartsCount
_AttributedUsersCount
}
}
}Variables
{
"input": {
"partId": "id"
}
}Response
{
"data": {
"createMbom": {
"mbom": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"LastSessionId": "string",
"_ApprovalRequestsCount": 1,
"_ApprovalsCount": 1,
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation CreateMbom($input: CreateMBomInput!) {
createMbom(input: $input) {
mbom {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
_ApprovalRequestsCount
_ApprovalsCount
_AttributedPartsCount
_AttributedUsersCount
}
}
}Variables
{
"input": {
"partId": "id"
}
}Response
{
"data": {
"createMbom": {
"mbom": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"LastSessionId": "string",
"_ApprovalRequestsCount": 1,
"_ApprovalsCount": 1,
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1
}
}
}
}