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

app_data.query.graphql « queries « graphql « static_site_editor « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 946d80efff09d12f97d3bfdf8314429cc468a9fe (plain)
1
2
3
4
5
6
7
8
9
query appData {
  appData @client {
    isSupportedContent
    project
    sourcePath
    username
    returnUrl
  }
}