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

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

9 lines
63 B
GraphQL
Raw Normal View History

query {
blog {
title
posts {
title
}
}
}