9 lines
77 B
GraphQL
9 lines
77 B
GraphQL
query Portal {
|
|
portal {
|
|
username
|
|
datacenter {
|
|
id
|
|
}
|
|
}
|
|
}
|