aboutsummaryrefslogblamecommitdiffstats
path: root/webui/src/bug/Bug.graphql
blob: 112024aa95ab1cc7dabd17220926cd4ead7a9a17 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                           
#import "../Label.graphql"
#import "../Author.graphql"

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