gitlab-org--gitlab-foss/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

query getUserInfo {
currentUser {
id
gitpodEnabled
preferencesGitpodPath
profileEnableGitpodPath
}
}