gitlab-org--gitlab-foss/app/assets/javascripts/repository/queries
GitLab Bot 4597f7fe47 Add latest changes from gitlab-org/gitlab@master 2022-09-13 15:12:17 +00:00
..
application_info.query.graphql
blob_controls.query.graphql
commit.fragment.graphql
commit.query.graphql
commits.query.graphql
path_locks.fragment.graphql
project_info.query.graphql Add latest changes from gitlab-org/gitlab@master 2022-09-13 15:12:17 +00:00
project_path.query.graphql
project_short_path.query.graphql
readme.query.graphql
ref.query.graphql
user_info.query.graphql

readme.query.graphql

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