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

post_by_slug.with_import.misspelled.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: 4b205860e6eb829ae5cde103310a3b1edc72d66a (plain)
1
2
3
4
5
6
7
8
9
# import "./auther.fragment.graphql"

query {
  post(slug: "validating-queries") {
    title
    content
    author { ...AuthorF }
  }
}