aboutsummaryrefslogblamecommitdiffstats
path: root/webui/src/graphql/fragments.graphql
blob: 227d00b2fc087e9a80495afb56a3b58ee4eb3c5f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                         





                               
           
      

   
# Label.tsx
fragment Label on Label {
  name
  color {
    R
    G
    B
  }
}

# Author.tsx
fragment authored on Authored {
  author {
    name
    email
    displayName
    avatarUrl
    humanId
    id
  }
}