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

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