debian-mirror-gitlab/fixtures/lib/gitlab/graphql/queries/post.fragment.graphql
2021-03-08 18:12:59 +05:30

9 lines
114 B
GraphQL

# import "./author.fragment.graphql"
fragment PostF on Post {
name
title
content
author { ...AuthorF }
}