INPUT_OBJECT
AgentRelationshipRoleUpdateParams
link GraphQL Schema definition
- input AgentRelationshipRoleUpdateParams {
- : ID!
- # The human readable name of the role, inverse from the object to the subject. For
- # example, 'has member'.
- : String
- # A textual description or comment.
- : String
- # The human readable name of the role, inverse from the object to the subject. For
- # example, 'is member of'.
- : String
- }