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

bad_argument.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: 0b704d717dd5f4be8ee2a63e34555547a7558d4a (plain)
1
2
3
4
5
query($bad: String) {
  blog(title: $bad) {
    description
  }
}