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

unused_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: 19e9de90e81cc46c77177ce4c4a7b74e130a86a1 (plain)
1
2
3
4
5
6
7
8
# import "./author.fragment.graphql"

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