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: e422a4b60368d5cafe7eadec3ba145935a46b8fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
query appData {
  appData @client {
    isSupportedContent
    hasSubmittedChanges
    project
    sourcePath
    username
    returnUrl
    branch
    baseUrl
    mounts {
      source
      target
    }
    imageUploadPath
  }
}