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

8 lines
101 B
GraphQL

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