mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 03:36:30 +08:00
6 lines
108 B
GraphQL
6 lines
108 B
GraphQL
mutation CreateAction ($action: CreateActionInput!) {
|
|
createAction(action:$action) {
|
|
id
|
|
}
|
|
}
|