8 lines
121 B
GraphQL
8 lines
121 B
GraphQL
query getUserInfo {
|
|
currentUser {
|
|
id
|
|
gitpodEnabled
|
|
preferencesGitpodPath
|
|
profileEnableGitpodPath
|
|
}
|
|
}
|