OBJECT
ConjunctionalAgent
Conjunctional Agent details
link GraphQL Schema definition
- type ConjunctionalAgent {
- # Agent is active or not
- : Boolean!
- # When the conjunctional agent was created
- : ISO8601DateTime!
- # ID of the conjunctional agent
- : ID!
- # Name of the conjunctional agent
- : String!
- # REA Agent ID of the conjunctional agent
- : String!
- # When the conjunctional agent was last updated
- : ISO8601DateTime!
- }