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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
121 B
GraphQL
Raw Normal View History

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