Container tara update
mutation updateTara ($tara: numeric, $containerCode: Int) {
update_containers(where: {containerCode:{_eq:$containerCode}}, _set: {tara:$tara}) {
returning {
containerCode
tara
}
}
}
mutation updateTara ($tara: numeric, $containerCode: Int) {
update_containers(where: {containerCode:{_eq:$containerCode}}, _set: {tara:$tara}) {
returning {
containerCode
tara
}
}
}