summaryrefslogtreecommitdiff
path: root/fixtures/lib/gitlab/graphql/queries/wrong_field.graphql
blob: 7903854c84e905ae42494c019e6e81951f210c1e (plain)
1
2
3
4
5
6
7
query {
  blog(title: "A history of GraphQL") {
    title
    createdAt
    categories { name }
  }
}