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

post_by_slug.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: a7febc39e817bff472f71c4d43bfba8bbb29a9d8 (plain)
1
2
3
4
5
6
7
query {
  post(slug: "validating-queries") {
    title
    content
    author { name }
  }
}