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

8 lines
101 B
GraphQL

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