7 lines
152 B
GraphQL
7 lines
152 B
GraphQL
mutation newMessage($object: aviation_telegrams_insert_input!) {
|
|
insert_aviation_telegrams_one(object: $object) {
|
|
id
|
|
message_id
|
|
uuid
|
|
}
|
|
} |