aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/Author.graphql
blob: 76d66b91368e8c59d6c59f060f16e6ca326510f0 (plain) (blame)
1
2
3
4
5
6
7
8
fragment authored on Authored {
  author {
    name
    email
    displayName
    avatarUrl
  }
}