summaryrefslogtreecommitdiff
path: root/fixtures/lib/gitlab/graphql/queries/deeply/nested/query.graphql
blob: 451d3c25f25179c01b360a60de2d7b99f6007cee (plain)
1
2
3
4
5
6
7
# import "../../author.fragment.graphql"

query($slug: String!) {
  post(slug: $slug) {
    author { ...AuthorF }
  }
}