The query statement is as follows
{
people(func: eq(ADMIN.USER.ID, 1)) {
ADMIN.USER.ID
ADMIN.USER.USERNAME
USER_ROLE{
ADMIN.ROLE.ID
ADMIN.ROLE.ROLE_NAME
}
}
}
}
The actual data is that there are two roles associated with user 1, but only one role is retrieved