mirror of
https://github.com/git-touch/git-touch
synced 2025-01-30 15:44:51 +01:00
8 lines
123 B
GraphQL
8 lines
123 B
GraphQL
mutation GhAddStar($id: ID!) {
|
|
addStar(input: { starrableId: $id }) {
|
|
starrable {
|
|
viewerHasStarred
|
|
}
|
|
}
|
|
}
|