Citizens' Engagement Platform API documentation

Explore the API interactively with GraphiQL

ProposalMutation

a proposal which includes its available mutations

Fields

answer (Proposal)

Answers a proposal

Argument Type Description
input AnswerInput!

Parameters for Answer

unvote (Proposal)

Removes a vote from a proposal

Argument Type Description
input UnvoteProposalInput!

Parameters for UnvoteProposal

update (Proposal)

Updates a proposal

Argument Type Description
input UpdateProposalInput!

Parameters for UpdateProposal

vote (Proposal)

Votes a proposal

Argument Type Description
input VoteProposalInput!

Parameters for VoteProposal

withdraw (Proposal)

Withdraws a proposal

Argument Type Description
input WithdrawProposalInput!

Parameters for WithdrawProposal