gitlab-org--gitlab-foss/fixtures/lib/gitlab/graphql/queries/mixed_client.query.graphql

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

8 lines
101 B
GraphQL
Raw Permalink Normal View History

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