OBJECT

AgentRelationshipRole

A relationship role defining the kind of association one agent can have with another.

link GraphQL Schema definition

  • type AgentRelationshipRole {
  • id: ID!
  • # The human readable name of the role, from the object to the subject.
  • inverseRoleLabel: String
  • # A textual description or comment.
  • note: String
  • # The human readable name of the role, from the subject to the object.
  • roleLabel: String!
  • }