Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ee_else_ce.import.graphql « queries « graphql « gitlab « lib « fixtures - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a4d0320eb629388981aacefeed7cce098cce83e (plain)
1
2
3
4
5
6
7
8
9
#import "ee_else_ce/author.fragment.graphql"

query {
  post(slug: "validating-queries") {
    title
    content
    author { ...AuthorF }
  }
}