INPUT_OBJECT
AgentRelationshipUpdateParams
link GraphQL Schema definition
- input AgentRelationshipUpdateParams {
- ID! :
- # A textual description or comment.
- 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.
- ID :
- # (`AgentRelationshipRole`) The role of an economic relationship that exists
- # between 2 agents, such as member, trading partner.
- 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.
- ID :
- }