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

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

12 lines
189 B
GraphQL
Raw Permalink Normal View History

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