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

user_info.query.graphql « queries « blob « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 114947a423d3dbe8850e1dea026a9a815dc0c0b6 (plain)
1
2
3
4
5
6
7
8
query getUserInfo {
  currentUser {
    id
    gitpodEnabled
    preferencesGitpodPath
    profileEnableGitpodPath
  }
}