CompanyUser
description
User data of a user within a company.
type CompanyUser {
id: Int!
distributedLicenses(
schemaName: String
): [DistributedLicense!]!
username: String!
firstName: String!
lastName: String!
email: String!
isActive: Boolean!
}
Fields
CompanyUser.id ● Int! non-null scalar graph-ql-types
Id of the user
CompanyUser.distributedLicenses ● [DistributedLicense!]! non-null object graph-ql-types
Query to get all distributed licenses assigned to the user. It accepts an optional parameter to filter by schema name, if not provided, it will return all distributed licenses from different license schemas @exposed
CompanyUser.distributedLicenses.schemaName ● String scalar graph-ql-types
CompanyUser.username ● String! non-null scalar graph-ql-types
@exposed
CompanyUser.firstName ● String! non-null scalar graph-ql-types
@exposed
CompanyUser.lastName ● String! non-null scalar graph-ql-types
@exposed
CompanyUser.email ● String! non-null scalar graph-ql-types
@exposed
CompanyUser.isActive ● Boolean! non-null scalar graph-ql-types
@exposed
Member Of
CompanyUsers object