Proposal
Classes
Proposal
Proposal
Published requests or offers, sometimes with what is expected in return.
ProposedIntent
ProposedIntent
Represents many-to-many relationships between Proposals and Intents, supporting including intents in multiple proposals, as well as a proposal including multiple intents.
ProposedTo
ProposedTo
An agent to which the proposal is to be published. A proposal can be published to many agents.
Queries
proposal
proposal
Status: Implemented
proposals
proposals
Status: Implemented
requests
requests
List all proposals that are being listed as requests.
Status: Unimplemented
offers
offers
List all proposals that are being listed as offers.
Status: Unimplemented
Mutations
createProposal
createProposal
Status: Implemented
updateProposal
updateProposal
Status: Implemented
deleteProposal
deleteProposal
Status: Implemented
proposeIntent
proposeIntent
Include an existing intent as part of a proposal. @param publishedIn the (Proposal
) to include the intent in @param publishes the (Intent
) to include as part of the proposal
Status: Implemented
deleteProposedIntent
deleteProposedIntent
Status: Implemented
proposeTo
proposeTo
Send a proposal to another agent. @param proposed the (Proposal
) to send to an involved agent @param proposedTo the (Agent
) to include in the proposal
Status: Implemented
deleteProposedTo
deleteProposedTo
Status: Implemented
Last updated