debian-mirror-gitlab/app/assets/javascripts/repository/queries/user_info.query.graphql

9 lines
121 B
GraphQL
Raw Normal View History

2022-05-07 20:08:51 +05:30
query getUserInfo {
currentUser {
id
gitpodEnabled
preferencesGitpodPath
profileEnableGitpodPath
}
}