Author.graphql

1fragment authored on Authored {
2  author {
3    name
4    email
5    displayName
6    avatarUrl
7  }
8}