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