INPUT_OBJECT

AgentRelationshipRoleUpdateParams

link GraphQL Schema definition

  • input AgentRelationshipRoleUpdateParams {
  • id: ID!
  • # The human readable name of the role, inverse from the object to the subject. For
  • # example, 'has member'.
  • inverseRoleLabel: String
  • # A textual description or comment.
  • note: String
  • # The human readable name of the role, inverse from the object to the subject. For
  • # example, 'is member of'.
  • roleLabel: String
  • }