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: 38ecc2e1bb26cbb478dbacae2854381cc4660764 (plain)
1
2
3
4
5
query Readme($url: String!) {
  readme(url: $url) @client {
    html
  }
}