debian-mirror-gitlab/fixtures/lib/gitlab/graphql/queries/post_by_slug.with_import.misspelled.graphql

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

2021-03-08 18:12:59 +05:30
# import "./auther.fragment.graphql"
query {
post(slug: "validating-queries") {
title
content
author { ...AuthorF }
}
}