gitlab-org--gitlab-foss/app/assets/javascripts/repository/queries/user_info.query.graphql

9 lines
121 B
GraphQL

query getUserInfo {
currentUser {
id
gitpodEnabled
preferencesGitpodPath
profileEnableGitpodPath
}
}