index
:
git-bug
bug-export
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
/
pages
/
new
/
NewBug.graphql
blob: ef024e41a15e1119a565f946dfb82a01956f0a93 (
plain
) (
blame
)
1
2
3
4
5
6
7
mutation newBug($input: NewBugInput!) { newBug(input: $input) { bug { id } } }