Mutations
createBarcodeLabel
MUTATION
createBarcodeLabel(input: CreateBarcodeLabelInput!): CreateBarcodeLabelArguments
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.
createBarcodeLabel(input: CreateBarcodeLabelInput!): CreateBarcodeLabelmutation CreateBarcodeLabel($input: CreateBarcodeLabelInput!) {
createBarcodeLabel(input: $input) {
barcodeLabel {
LastSessionId
_BarcodePrintRequestsCount
_LocationCount
_PartInventoryCount
_PartKitCount
_RunCount
}
}
}{
"input": {
"entityId": "id",
"templateId": "id"
}
}{
"data": {
"createBarcodeLabel": {
"barcodeLabel": {
"LastSessionId": "string",
"_BarcodePrintRequestsCount": 1,
"_LocationCount": 1,
"_PartInventoryCount": 1,
"_PartKitCount": 1,
"_RunCount": 1
}
}
}
}Was this page helpful?
mutation CreateBarcodeLabel($input: CreateBarcodeLabelInput!) {
createBarcodeLabel(input: $input) {
barcodeLabel {
LastSessionId
_BarcodePrintRequestsCount
_LocationCount
_PartInventoryCount
_PartKitCount
_RunCount
}
}
}{
"input": {
"entityId": "id",
"templateId": "id"
}
}{
"data": {
"createBarcodeLabel": {
"barcodeLabel": {
"LastSessionId": "string",
"_BarcodePrintRequestsCount": 1,
"_LocationCount": 1,
"_PartInventoryCount": 1,
"_PartKitCount": 1,
"_RunCount": 1
}
}
}
}Suggestions