Objects
Group
Type Group Represents an object containing group information.
Fields
Expand all
id* ID! non-null | The ID that uniquely identifies the group. |
name | Name of the group. |
role | Role of the group in the folder or Folder-Level project. |
hub* Hub! non-null | The hub that this group belongs to. |
members | The members of this group, with additional details. |
filter | |
pagination |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | AddGroupMembersPayload | Return payload for add members to group operation. |
Field Of | CreateGroupPayload | Return payload on create group operation. |
Field Of | GroupMember | Type GroupMember represents an information about the group member. |
Field Of | Groups | Represents pagination and list of groups. |
Query By | group | Retrieves an object representing a Group from a specified hub. |