Mutations
updateBarcodeLabel
MUTATION
updateBarcodeLabel(input: UpdateBarcodeLabelInput!): UpdateBarcodeLabelArguments
input
required
Returns
barcodeLabel
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
updateBarcodeLabel(input: UpdateBarcodeLabelInput!): UpdateBarcodeLabelmutation UpdateBarcodeLabel($input: UpdateBarcodeLabelInput!) {
updateBarcodeLabel(input: $input) {
barcodeLabel {
LastSessionId
_BarcodePrintRequestsCount
_LocationCount
_PartInventoryCount
_PartKitCount
_RunCount
}
}
}{
"input": {
"etag": "string",
"id": "id"
}
}{
"data": {
"updateBarcodeLabel": {
"barcodeLabel": {
"LastSessionId": "string",
"_BarcodePrintRequestsCount": 1,
"_LocationCount": 1,
"_PartInventoryCount": 1,
"_PartKitCount": 1,
"_RunCount": 1
}
}
}
}Was this page helpful?
mutation UpdateBarcodeLabel($input: UpdateBarcodeLabelInput!) {
updateBarcodeLabel(input: $input) {
barcodeLabel {
LastSessionId
_BarcodePrintRequestsCount
_LocationCount
_PartInventoryCount
_PartKitCount
_RunCount
}
}
}{
"input": {
"etag": "string",
"id": "id"
}
}{
"data": {
"updateBarcodeLabel": {
"barcodeLabel": {
"LastSessionId": "string",
"_BarcodePrintRequestsCount": 1,
"_LocationCount": 1,
"_PartInventoryCount": 1,
"_PartKitCount": 1,
"_RunCount": 1
}
}
}
}Suggestions