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

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

10 lines
137 B
GraphQL
Raw Normal View History

# import "./auther.fragment.graphql"
query {
post(slug: "validating-queries") {
title
content
author { ...AuthorF }
}
}