INPUT_OBJECT

AgentRelationshipRoleCreateParams

link GraphQL Schema definition

  • input AgentRelationshipRoleCreateParams {
  • # 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!
  • }