summaryrefslogtreecommitdiff
path: root/fixtures/lib/gitlab/graphql/queries/ee_else_ce.import.graphql
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 }
  }
}