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

readme.query.graphql « queries « repository « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cf05633013347eb0aa750712e4eee0e0442f28f2 (plain)
1
2
3
4
5
query getReadme($url: String!) {
  readme(url: $url) @client {
    html
  }
}