gitlab-ce/app/assets/javascripts/blob/queries/user_info.query.graphql

9 lines
121 B
GraphQL

query getUserInfo {
currentUser {
id
gitpodEnabled
preferencesGitpodPath
profileEnableGitpodPath
}
}