10 lines
140 B
Plaintext
10 lines
140 B
Plaintext
---
|
|
source: queries/src/lib.rs
|
|
expression: operation.query
|
|
---
|
|
mutation DeleteGroup($id: Int!) {
|
|
deleteGroup(groupId: $id) {
|
|
ok
|
|
}
|
|
}
|