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

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

8 lines
102 B
GraphQL
Raw Permalink Normal View History

query {
blog(title: "A history of GraphQL") {
title
createdAt
categories { name }
}
}