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

mixed_client_invalid.query.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: e97c133c5ca4a650b54f221ec8cbe27c07e8f7fd (plain)
1
2
3
4
5
6
7
query {
  thingy @client
  post(slug: "validating-queries") {
    titlz
    otherThing @client
  }
}