1
0
mirror of https://github.com/git-touch/git-touch synced 2025-01-30 15:44:51 +01:00
git-touch-android-ios-app/lib/graphql/gh_add_star.graphql

8 lines
123 B
GraphQL

mutation GhAddStar($id: ID!) {
addStar(input: { starrableId: $id }) {
starrable {
viewerHasStarred
}
}
}