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: 9f4b0afe55f0b74edd99b8e47406d5bd85403cb6 (plain)
1
2
3
4
5
6
7
8
9
10
query appData {
  appData @client {
    isSupportedContent
    hasSubmittedChanges
    project
    sourcePath
    username
    returnUrl
  }
}