Mutations
createOrUpdateMultipleParts
Creates or updates multiple parts.
MUTATION
createOrUpdateMultipleParts(input: CreateOrUpdateMultiplePartsInput!): CreateOrUpdateMultiplePartsArguments
input
required
Returns
parts
[Part]
Mutation
mutation CreateOrUpdateMultipleParts($input: CreateOrUpdateMultiplePartsInput!) {
createOrUpdateMultipleParts(input: $input) {
parts {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
LatestRevisionScheme
MbomItemSubstitutes {
LastSessionId
_BuildRequirementSubstitutesCount
_ParentCount
_created
_etag
_updated
}
MbomItems {
LastSessionId
_BuildRequirementsCount
_ParentCount
_PartKitItemsCount
_ProcedureMbomItemsCount
_ReferenceDesignatorsCount
}
SubstituteMbom
}
}
}Variables
{
"input": {}
}Response
{
"data": {
"createOrUpdateMultipleParts": {
"parts": [
{
"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 CreateOrUpdateMultipleParts($input: CreateOrUpdateMultiplePartsInput!) {
createOrUpdateMultipleParts(input: $input) {
parts {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
LatestRevisionScheme
MbomItemSubstitutes {
LastSessionId
_BuildRequirementSubstitutesCount
_ParentCount
_created
_etag
_updated
}
MbomItems {
LastSessionId
_BuildRequirementsCount
_ParentCount
_PartKitItemsCount
_ProcedureMbomItemsCount
_ReferenceDesignatorsCount
}
SubstituteMbom
}
}
}Variables
{
"input": {}
}Response
{
"data": {
"createOrUpdateMultipleParts": {
"parts": [
{
"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"
}
]
}
}
}