debian-mirror-gitlab/app/assets/javascripts/repository/queries/user_info.query.graphql
2022-05-07 20:08:51 +05:30

8 lines
121 B
GraphQL

query getUserInfo {
currentUser {
id
gitpodEnabled
preferencesGitpodPath
profileEnableGitpodPath
}
}