index
:
git-bug
devel
master
update_mods
Distributed, offline-first bug tracker embedded in git, with bridges
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webui
/
src
/
components
/
ReopenBugButton
/
OpenBug.graphql
blob: cf9e49e589f3f5d44beacb5837ac6942a75e6ce9 (
plain
) (
blame
)
1
2
3
4
5
6
7
mutation openBug($input: OpenBugInput!) { openBug(input: $input) { bug { id } } }