summaryrefslogtreecommitdiff
path: root/fixtures/lib/gitlab/graphql/queries/ee/author.fragment.graphql
blob: 884b683c5634e0afedf8eb42c241780274c9e21b (plain)
1
2
3
4
5
fragment AuthorF on Author {
  name
  handle
  verified
}