gitlab-org--gitlab-foss/fixtures/lib/gitlab/graphql/queries/wrong_field.import.graphql

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

8 lines
102 B
GraphQL
Raw Normal View History

# import "./bad.fragment.graphql"
query($title: String!) {
blog(title: $title) {
...BadF
}
}