CommentProposalPayload

Autogenerated return type of CommentProposal

type CommentProposalPayload {
clientMutationId: String
commentId: ID!
proposalId: ID!
}

Fields#

clientMutationId (String)#

A unique identifier for the client performing the mutation.

commentId (ID!)#

ID of the comment in that proposal.

proposalId (ID!)#

ID of the commented proposal.