OBJECT

ProposedTo

An agent to which the proposal is to be published. A proposal can be published to many agents.

link GraphQL Schema definition

  • type ProposedTo {
  • id: ID!
  • # The proposal that is published to a specific agent.
  • proposed: Proposal!
  • # The agent to which the proposal is published.
  • proposedTo: Agent!
  • }