debian-mirror-gitlab/fixtures/lib/gitlab/graphql/queries/mixed_client_unused_fragment.graphql
2021-03-08 18:12:59 +05:30

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
}
}