aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/Bug.graphql
blob: 498242c0a149b407b232f1dca43979febcf2bb34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#import "../components/fragments.graphql"

fragment Bug on Bug {
  id
  humanId
  status
  title
  labels {
    ...Label
  }
  createdAt
  ...authored
}