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