gitlab-org--gitlab-foss/fixtures/lib/gitlab/graphql/queries/client_unused_fragment.graphql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
130 B
GraphQL
Raw Normal View History

#import "./thingy.fragment.graphql"
query($slug: String!, $foo: String) {
thingy(someArg: $foo) @client {
...ThingyF
}
}