Files
gitlab-foss/fixtures/lib/gitlab/graphql/queries/mixed_client.query.graphql
2021-01-07 21:10:18 +00:00

8 lines
101 B
GraphQL

query {
thingy @client
post(slug: "validating-queries") {
title
otherThing @client
}
}