INPUT_OBJECT

AgentRelationshipCreateParams

link GraphQL Schema definition

  • input AgentRelationshipCreateParams {
  • # A textual description or comment.
  • note: String
  • # (`Agent`) The object of a relationship between 2 agents. For example, if Mary
  • # is a member of a group, then the group is the object.
  • object: ID!
  • # (`AgentRelationshipRole`) The role of an economic relationship that exists
  • # between 2 agents, such as member, trading partner.
  • relationship: ID!
  • # (`Agent`) The subject of a relationship between 2 agents. For example, if Mary
  • # is a member of a group, then Mary is the subject.
  • subject: ID!
  • }