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

12 lines
189 B
GraphQL

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