Mutations
addPartInventoryToRunStep
Adds a specific part from inventory to a run step, consuming it for the build.
MUTATION
addPartInventoryToRunStep(input: AddPartInventoryToRunStepInput!): AddPartInventoryToRunStepArguments
input
required
Returns
runStep
Mutation
mutation AddPartInventoryToRunStep($input: AddPartInventoryToRunStepInput!) {
addPartInventoryToRunStep(input: $input) {
runStep {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
Parent
Sessions {
Created
LastSessionId
Updated
checkIn
checkOut
createdBy {
__typename
}
}
_AbomInstallationsCount
_AllChildrenCount
_AllParentsCount
}
}
}Variables
{
"input": {
"etag": "string",
"partInventoryId": "id",
"runStepId": "id"
}
}Response
{
"data": {
"addPartInventoryToRunStep": {
"runStep": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"Parent": "string",
"Sessions": [
{
"Created": "value",
"LastSessionId": "string",
"Updated": "value",
"checkIn": "value",
"checkOut": "value",
"createdBy": {
"__typename": "User"
}
}
],
"_AbomInstallationsCount": 1,
"_AllChildrenCount": 1,
"_AllParentsCount": 1
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation AddPartInventoryToRunStep($input: AddPartInventoryToRunStepInput!) {
addPartInventoryToRunStep(input: $input) {
runStep {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
Parent
Sessions {
Created
LastSessionId
Updated
checkIn
checkOut
createdBy {
__typename
}
}
_AbomInstallationsCount
_AllChildrenCount
_AllParentsCount
}
}
}Variables
{
"input": {
"etag": "string",
"partInventoryId": "id",
"runStepId": "id"
}
}Response
{
"data": {
"addPartInventoryToRunStep": {
"runStep": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"Parent": "string",
"Sessions": [
{
"Created": "value",
"LastSessionId": "string",
"Updated": "value",
"checkIn": "value",
"checkOut": "value",
"createdBy": {
"__typename": "User"
}
}
],
"_AbomInstallationsCount": 1,
"_AllChildrenCount": 1,
"_AllParentsCount": 1
}
}
}
}