debian-mirror-gitlab/fixtures/lib/gitlab/graphql/queries/post.fragment.graphql

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

9 lines
114 B
GraphQL
Raw Normal View History

2021-03-08 18:12:59 +05:30
# import "./author.fragment.graphql"
fragment PostF on Post {
name
title
content
author { ...AuthorF }
}