Skip to main content
git.secluded.site
Repositories
About
git-bug (mirror)
Mirror of a distributed, offline-first bug tracker embedded in git
README
Files
Commits
Branches
Tags
git-bug
57e7147
api
graphql
schema
status.graphql
status.graphql
View raw
1
enum
Status
{
2
OPEN
3
CLOSED
4
}