Mutations
createMbomSubstitute
MUTATION
createMbomSubstitute(input: CreateMBomSubstituteInput!): CreateMBomSubstituteArguments
input
required
Returns
mbomSubstitute
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
createMbomSubstitute(input: CreateMBomSubstituteInput!): CreateMBomSubstitutemutation CreateMbomSubstitute($input: CreateMBomSubstituteInput!) {
createMbomSubstitute(input: $input) {
mbomSubstitute {
LastSessionId
_BuildRequirementSubstitutesCount
_ParentCount
_created
_etag
_updated
}
}
}{
"input": {
"mbomItemId": "id",
"partId": "id"
}
}{
"data": {
"createMbomSubstitute": {
"mbomSubstitute": {
"LastSessionId": "string",
"_BuildRequirementSubstitutesCount": 1,
"_ParentCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value"
}
}
}
}Was this page helpful?
mutation CreateMbomSubstitute($input: CreateMBomSubstituteInput!) {
createMbomSubstitute(input: $input) {
mbomSubstitute {
LastSessionId
_BuildRequirementSubstitutesCount
_ParentCount
_created
_etag
_updated
}
}
}{
"input": {
"mbomItemId": "id",
"partId": "id"
}
}{
"data": {
"createMbomSubstitute": {
"mbomSubstitute": {
"LastSessionId": "string",
"_BuildRequirementSubstitutesCount": 1,
"_ParentCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value"
}
}
}
}Suggestions