query myUserApps($username:String!)
{
user(username:$username) {
accountLocked
apps {
_id
hostname
status
containerCount
url
"username": ""
}
xxxxxxxxxx
A GraphQL schema provides a root type for each kind of operation.