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