in GraphQL, you can get the same Field multiple times
example
query{ my { getUser {id} getUser1:getUser {id} getUser2:getUser {id} } }