summaryrefslogtreecommitdiff
path: root/fixtures/lib/gitlab/graphql/queries/persist_field.query.graphql
blob: bb52afeb94e23cc3c5460b7d6e89b5bf2e9fc7ec (plain)
1
2
3
4
5
6
query {
  blog(title: "A history of GraphQL") {
    __persist
    title
  }
}