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

transitive_bad_import.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: 6520fd8d412226b2cdb00748e53dfe7ce2c53015 (plain)
1
2
3
4
5
6
7
8
9
# import "./transitive_bad_import.fragment.graphql"

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