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

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

12 lines
155 B
GraphQL
Raw Normal View History

query($slug: String!, $foo: String) {
thingy(someArg: $foo) @client {
x
y
z
}
post(slug: $slug) {
title
otherThing @client
}
}