mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 10:37:10 +08:00
11 lines
148 B
GraphQL
11 lines
148 B
GraphQL
mutation CreateLike ($like: CreateLikeInput!) {
|
|
createLike(like:$like) {
|
|
like {
|
|
id
|
|
}
|
|
errors {
|
|
translation_key
|
|
}
|
|
}
|
|
}
|