GroupType
No description
type GroupType {
id: ID!
dbId: String
name: String
createdAt: String
isDefault: Boolean
isFixed: Boolean
description: String
isSystem: Boolean
systemType: String
users: [UserType]
}
Fields
GroupType.id ● ID! non-null scalar
The ID of an object
GroupType.dbId ● String scalar
GroupType.name ● String scalar
GroupType.createdAt ● String scalar
GroupType.isDefault ● Boolean scalar
GroupType.isFixed ● Boolean scalar
GroupType.description ● String scalar
GroupType.isSystem ● Boolean scalar
GroupType.systemType ● String scalar
GroupType.users ● [UserType] list object
Returned by
createGroup mutation ● group query ● groups query ● groupsFromRole query ● updateGroup mutation
Member of
DefaultPermissionType object ● FolderType object ● GenericTemplateType object ● TemplateType object ● UserType object