debian-mirror-gitlab/app/assets/javascripts/repository/queries
2021-03-08 18:12:59 +05:30
..
commit.fragment.graphql New upstream version 13.0.0 2020-05-24 23:13:21 +05:30
commit.query.graphql New upstream version 13.3.8 2020-10-24 23:57:45 +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
  }
}