DeleteProposalInput

Autogenerated input type of DeleteProposal

type DeleteProposalInput {
proposalId: ID!
clientMutationId: String
}

Fields#

proposalId (ID!)#

The ID of the Proposal to be deleted. This mutation can only be performed by super admins.

clientMutationId (String)#

A unique identifier for the client performing the mutation.