GraphQL changes for organization level user dashboard page
GraphQL needs to return a list of an organization's users to support building the organization level group dashboard page.
MVC designs are available at #390205 (closed)
Requirements
To complete the designs we will need all the properties available in Admin::UserEntity
expect for:
email
note
We will also need the EE
properties in EE::Admin::UserEntity
The naming/formatting of these properties doesn't need to be exactly the same as long as the data is there.
Edited by Peter Hegman