Usergroup
No description
type Usergroup {
id: Int! @deprecated
usergroupId: Int!
name: String!
hidden: YesNo
inheritProductList: YesNo
path: String
slug: String
tag: String
createdAt: DateTime
lastModifiedAt: DateTime
parentUsergroupId: Int!
usergroup: Usergroup! @deprecated
usergroups: [Usergroup!]! @deprecated
companies(
input: CompanySearchArguments = [object Object]
): CompaniesResponse
customers: [Customer!]!
}
Fields
Usergroup.id ● Int! deprecated non-null scalar
DEPRECATED
This property is no longer relevant or necessary, use usergroupId instead.
The unique identifier of the usergroup.
Usergroup.usergroupId ● Int! non-null scalar
The id of the usergroup.
Usergroup.name ● String! non-null scalar
The name of the usergroup.
Usergroup.hidden ● YesNo enum
Shows whether this usergroup is hidden and should only be used for background operations.
Usergroup.inheritProductList ● YesNo enum
Usergroup.path ● String scalar
The path in id's to the root of the inheritance tree.