Welcome to mirror list, hosted at ThFree Co, Russian Federation.

transitive_bad_import.fragment.graphql « queries « graphql « gitlab « lib « fixtures - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a0769279ef7bea9d32c3af15a85d00e9a449241 (plain)
1
2
3
4
5
6
# import "does-not-exist.graphql"

fragment AuthorF on Author {
  name
  handle
}