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'.
- : 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!
- }