Mutations
removeSubtypeFromPart
Removes a subtype from a part.
MUTATION
removeSubtypeFromPart(input: PartSubtypeToPartInput): RemoveSubtypeFromPartArguments
Returns
part
Mutation
mutation RemoveSubtypeFromPart {
removeSubtypeFromPart {
part {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
LatestRevisionScheme
MbomItemSubstitutes {
LastSessionId
_BuildRequirementSubstitutesCount
_ParentCount
_created
_etag
_updated
}
MbomItems {
LastSessionId
_BuildRequirementsCount
_ParentCount
_PartKitItemsCount
_ProcedureMbomItemsCount
_ReferenceDesignatorsCount
}
SubstituteMbom
}
}
}Response
{
"data": {
"removeSubtypeFromPart": {
"part": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"LastSessionId": "string",
"LatestRevisionScheme": "string",
"MbomItemSubstitutes": [
{
"LastSessionId": "string",
"_BuildRequirementSubstitutesCount": 1,
"_ParentCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value"
}
],
"MbomItems": [
{
"LastSessionId": "string",
"_BuildRequirementsCount": 1,
"_ParentCount": 1,
"_PartKitItemsCount": 1,
"_ProcedureMbomItemsCount": 1,
"_ReferenceDesignatorsCount": 1
}
],
"SubstituteMbom": "string"
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation RemoveSubtypeFromPart {
removeSubtypeFromPart {
part {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
LatestRevisionScheme
MbomItemSubstitutes {
LastSessionId
_BuildRequirementSubstitutesCount
_ParentCount
_created
_etag
_updated
}
MbomItems {
LastSessionId
_BuildRequirementsCount
_ParentCount
_PartKitItemsCount
_ProcedureMbomItemsCount
_ReferenceDesignatorsCount
}
SubstituteMbom
}
}
}Response
{
"data": {
"removeSubtypeFromPart": {
"part": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"LastSessionId": "string",
"LatestRevisionScheme": "string",
"MbomItemSubstitutes": [
{
"LastSessionId": "string",
"_BuildRequirementSubstitutesCount": 1,
"_ParentCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value"
}
],
"MbomItems": [
{
"LastSessionId": "string",
"_BuildRequirementsCount": 1,
"_ParentCount": 1,
"_PartKitItemsCount": 1,
"_ProcedureMbomItemsCount": 1,
"_ReferenceDesignatorsCount": 1
}
],
"SubstituteMbom": "string"
}
}
}
}