RelationType
type RelationType implements Auditable, Node {
corole: String
createdBy: User
createdOn: DateTime
description: String
id: UUID!
modifiedBy: User
modifiedOn: DateTime
publicId: String!
role: String!
source: Type!
system: Boolean!
target: AssetType!
}Fields
RelationType.corole ● String scalar
RelationType.createdBy ● User object
RelationType.createdOn ● DateTime scalar
RelationType.description ● String scalar
RelationType.id ● UUID! non-null scalar
RelationType.modifiedBy ● User object
RelationType.modifiedOn ● DateTime scalar
RelationType.publicId ● String! non-null scalar
RelationType.role ● String! non-null scalar
RelationType.source ● Type! non-null interface
RelationType.system ● Boolean! non-null scalar
RelationType.target ● AssetType! non-null object
Interfaces
Auditable interface
Node interface
Member Of
Last updated
Was this helpful?