Objects
Users
Represents pagination and result of list of users
Fields
pagination | Contains information about the current page, when results are split into multiple pages. |
results* [User!] non-null | An array of objects where each object represents an user. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | Hub | Represents a hub. A hub is a container of projects, shared resources, and users with a common context. |
Field Of | Project | Represents a project. A project is a shared workspace for teams of people working together on a project, to store, organize, and manage all related design data. |