debian-mirror-gitlab/fixtures/lib/gitlab/graphql/queries/mixed_client.query.graphql

8 lines
101 B
GraphQL
Raw Normal View History

2021-03-08 18:12:59 +05:30
query {
thingy @client
post(slug: "validating-queries") {
title
otherThing @client
}
}