Skip to main content
Version: Current

Insert towar depin

insert_towar_depin

mutation MyMutation ($name: String!, $mass: numeric!, $isWaste: String!, $group: String, $containerCode: Int!, $clientId: String!, $awizacjaId: String!, $price: numeric!, $productId: String!, $wasteCode: String, $code: String, $userName: String!) {
insert_towar_depin(objects: {awizacjaId:$awizacjaId,clientId:$clientId,containerCode:$containerCode,group:$group,isWaste:$isWaste,mass:$mass,name:$name,price:$price,productId:$productId,wasteCode:$wasteCode,code:$code,userName:$userName}) {
returning {
id
clientId
awizacjaId
code
containerCode
mass
name
price
productId
userName
wasteCode
}
}
}