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

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 }
}