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
/
BugTitleForm
/
SetTitle.graphql
blob: b96af155c8b84ea118b7d1afcbdcc1e3cec96a1c (
plain
) (
blame
)
1
2
3
4
5
6
7
mutation setTitle($input: SetTitleInput!) { setTitle(input: $input) { bug { id } } }