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

client_unused_fragment.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: 2beba1812c94074e809155175e2c613beee8618e (plain)
1
2
3
4
5
6
7
#import "./thingy.fragment.graphql"

query($slug: String!, $foo: String) {
  thingy(someArg: $foo) @client {
    ...ThingyF
  }
}