summaryrefslogtreecommitdiff
path: root/fixtures/lib/gitlab/graphql/queries/client_unused_fragment.graphql
blob: 2beba1812c94074e809155175e2c613beee8618e (plain)
1
2
3
4
5
6
7
#import "./thingy.fragment.graphql"

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