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

12 lines
155 B
GraphQL

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