41. Muutos: Tallenna "Labels" tilitasolla
muutos SaveLabels {
saveLabels(
syöte: {
tunnisteet: [
{ nimi: "name1", arvo: "value1" }
{ nimi: "name2", arvo: "value2" }
]
}
) {
nimi
arvo
}
}Last updated
Was this helpful?