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