query UserInfo($uid: ID!) { admin { userInfo(userUid: $uid) { uid displayName email isAdmin photoURL createdOn } } }