mirror of
https://github.com/wassname/talk.git
synced 2026-07-20 12:40:47 +08:00
11 lines
170 B
GraphQL
11 lines
170 B
GraphQL
mutation CreateRespect ($respect: CreateRespectInput!) {
|
|
createRespect(respect: $respect) {
|
|
respect {
|
|
id
|
|
}
|
|
errors {
|
|
translation_key
|
|
}
|
|
}
|
|
}
|