summaryrefslogtreecommitdiff
path: root/fixtures/lib/gitlab/graphql/queries/mixed_client_invalid.query.graphql
blob: e97c133c5ca4a650b54f221ec8cbe27c07e8f7fd (plain)
1
2
3
4
5
6
7
query {
  thingy @client
  post(slug: "validating-queries") {
    titlz
    otherThing @client
  }
}