summaryrefslogtreecommitdiff
path: root/fixtures/lib/gitlab/graphql/queries/transitive_bad_import.fragment.graphql
blob: 1a0769279ef7bea9d32c3af15a85d00e9a449241 (plain)
1
2
3
4
5
6
# import "does-not-exist.graphql"

fragment AuthorF on Author {
  name
  handle
}