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

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

7 lines
78 B
GraphQL
Raw Normal View History

2023-04-23 21:23:45 +05:30
query {
blog(title: "A history of GraphQL") {
__persist
title
}
}