Skip to main content
Version: Current

Insert loty

insert_loty

mutation insertLoty ($objects: [awi_wydania_loty_insert_input!]!) {
insert_awi_wydania_loty(objects: $objects) {
returning {
awi_wydania_id
klasa
label
number
id
}
affected_rows
}
}