Usergroup
No description
type Usergroup {
id: Int! @deprecated
usergroupId: Int!
name: String!
hidden: YesNo
inheritProductList: YesNo
path: String
slug: String
tag: String
dateCreated: DateTime
lastModifiedDate: DateTime
parentUsergroupId: Int!
usergroup: Usergroup!
usergroups: [Usergroup!]!
companies(
input: CompanySearchArguments = [object Object]
): CompaniesResponse
customers: [Customer!]!
}
Fields
Usergroup.id
● Int!
deprecated non-null scalar
DEPRECATEDThis 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.
Usergroup.slug
● String
scalar
The slug of the usergroup.
Usergroup.tag
● String
scalar
The slug of the usergroup.
Usergroup.dateCreated
● DateTime
scalar
Usergroup.lastModifiedDate
● DateTime
scalar
Usergroup.parentUsergroupId
● Int!
non-null scalar
The id of parent usergroup.
Usergroup.usergroup
● Usergroup!
non-null object
Usergroup.usergroups
● [Usergroup!]!
non-null object
Usergroup.companies
● CompaniesResponse
object
Children companies of the usergroup.
Usergroup.companies.input
●CompanySearchArguments
input
Usergroup.customers
● [Customer!]!
non-null object
Returned By
usergroup
query ● usergroupCreate
mutation ● usergroupUpdate
mutation
Member Of
Company
object ● Customer
object ● User
object ● Usergroup
object ● UsergroupsResponse
object