OBJECT

ConjunctionalAgent

Conjunctional Agent details

link GraphQL Schema definition

  • type ConjunctionalAgent {
  • # Agent is active or not
  • active: Boolean!
  • # When the conjunctional agent was created
  • createdAt: ISO8601DateTime!
  • # ID of the conjunctional agent
  • id: ID!
  • # Name of the conjunctional agent
  • name: String!
  • # REA Agent ID of the conjunctional agent
  • reaAgentId: String!
  • # When the conjunctional agent was last updated
  • updatedAt: ISO8601DateTime!
  • }