mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 12:54:43 +08:00
11 lines
147 B
GraphQL
11 lines
147 B
GraphQL
mutation CreateFlag($flag: CreateFlagInput!) {
|
|
createFlag(flag:$flag) {
|
|
flag {
|
|
id
|
|
}
|
|
errors {
|
|
translation_key
|
|
}
|
|
}
|
|
}
|