summaryrefslogtreecommitdiff
path: root/fixtures/lib/gitlab/graphql/queries/unused_import.graphql
blob: 19e9de90e81cc46c77177ce4c4a7b74e130a86a1 (plain)
1
2
3
4
5
6
7
8
# import "./author.fragment.graphql"

query($slug: String!) {
  post(slug: $slug) {
    title
    content
  }
}