summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/repository/queries/readme.query.graphql
blob: cf05633013347eb0aa750712e4eee0e0442f28f2 (plain)
1
2
3
4
5
query getReadme($url: String!) {
  readme(url: $url) @client {
    html
  }
}