Mutations
updateRunInventoryLocation
Updates the location of inventory associated with a run.
MUTATION
updateRunInventoryLocation(input: UpdateRunInventoryLocationInput!): UpdateRunInventoryLocationArguments
input
required
Returns
run
Mutation
mutation UpdateRunInventoryLocation($input: UpdateRunInventoryLocationInput!) {
updateRunInventoryLocation(input: $input) {
run {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
ExportControlled
LastSessionId
_AssigneesCount
_AttributedPartsCount
_AttributedUsersCount
}
}
}Variables
{
"input": {
"locationId": "id",
"runId": "id"
}
}Response
{
"data": {
"updateRunInventoryLocation": {
"run": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"ExportControlled": true,
"LastSessionId": "string",
"_AssigneesCount": 1,
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation UpdateRunInventoryLocation($input: UpdateRunInventoryLocationInput!) {
updateRunInventoryLocation(input: $input) {
run {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
ExportControlled
LastSessionId
_AssigneesCount
_AttributedPartsCount
_AttributedUsersCount
}
}
}Variables
{
"input": {
"locationId": "id",
"runId": "id"
}
}Response
{
"data": {
"updateRunInventoryLocation": {
"run": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"ExportControlled": true,
"LastSessionId": "string",
"_AssigneesCount": 1,
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1
}
}
}
}