AssetType
type AssetType implements Auditable, Node, Type {
acronym: String
children(
limit: Int = 10
offset: Int = 0
order: [[AssetTypeOrder]]
where: AssetTypeFilter
): [AssetType!]!
color: String!
createdBy: User
createdOn: DateTime
description: String
icon: String
id: UUID!
modifiedBy: User
modifiedOn: DateTime
name: String!
parent: AssetType
publicId: String!
symbolType: String
system: Boolean!
}Fields
acronym ● String scalar
String scalarchildren ● [AssetType!]! non-null object
[AssetType!]! non-null objectcolor ● String! non-null scalar
String! non-null scalarcreatedBy ● User object
User objectcreatedOn ● DateTime scalar
DateTime scalardescription ● String scalar
String scalaricon ● String scalar
String scalarid ● UUID! non-null scalar
UUID! non-null scalarmodifiedBy ● User object
User objectmodifiedOn ● DateTime scalar
DateTime scalarname ● String! non-null scalar
String! non-null scalarparent ● AssetType object
AssetType objectpublicId ● String! non-null scalar
String! non-null scalarsymbolType ● String scalar
String scalarsystem ● Boolean! non-null scalar
Boolean! non-null scalarInterfaces
Auditable interface
Auditable interfaceNode interface
Node interfaceType interface
Type interfaceMember Of
Last updated
Was this helpful?