debian-mirror-gitlab/app/assets/javascripts/repository/queries
2021-12-11 22:18:48 +05:30
..
blob_info.query.graphql New upstream version 14.5.2+ds1 2021-12-11 22:18:48 +05:30
commit.fragment.graphql New upstream version 14.1.7+ds1 2021-09-30 23:02:18 +05:30
commit.query.graphql New upstream version 14.0.10 2021-09-04 01:27:46 +05:30
commits.query.graphql New upstream version 13.3.8 2020-10-24 23:57:45 +05:30
project_path.query.graphql New upstream version 13.8.5+ds1 2021-03-08 18:12:59 +05:30
project_short_path.query.graphql New upstream version 13.3.8 2020-10-24 23:57:45 +05:30
readme.query.graphql New upstream version 13.3.8 2020-10-24 23:57:45 +05:30
ref.query.graphql New upstream version 13.3.8 2020-10-24 23:57:45 +05:30

query getReadme($url: String!) {
  readme(url: $url) @client {
    html
  }
}