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

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

8 lines
93 B
GraphQL
Raw Permalink Normal View History

query {
post(slug: "validating-queries") {
title
content
author { name }
}
}