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

wrong_field.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: 7903854c84e905ae42494c019e6e81951f210c1e (plain)
1
2
3
4
5
6
7
query {
  blog(title: "A history of GraphQL") {
    title
    createdAt
    categories { name }
  }
}