CreateCommentDontAgreeInput
No description
type CreateCommentDontAgreeInput { commentID: ID! commentRevisionID: ID! additionalDetails: String clientMutationId: String!}
#
FieldscommentID
(ID!
)#
commentID is the Comment's ID that we want to create a DontAgree on.
commentRevisionID
(ID!
)#
commentRevisionID is the revision ID of the Comment that we're creating the DontAgree on.
additionalDetails
(String
)#
additionalDetails stores information from the User as to why the Flag was created or is relevant.
clientMutationId
(String!
)#
clientMutationId is required for Relay support.