Skip to main content

CreateCommentDontAgreeInput

No description

input CreateCommentDontAgreeInput {
commentID: ID!
commentRevisionID: ID!
additionalDetails: String
clientMutationId: String!
}

Fields

CreateCommentDontAgreeInput.commentID ● ID! non-null scalar

commentID is the Comment's ID that we want to create a DontAgree on.

CreateCommentDontAgreeInput.commentRevisionID ● ID! non-null scalar

commentRevisionID is the revision ID of the Comment that we're creating the DontAgree on.

CreateCommentDontAgreeInput.additionalDetails ● String scalar

additionalDetails stores information from the User as to why the Flag was created or is relevant.

CreateCommentDontAgreeInput.clientMutationId ● String! non-null scalar

clientMutationId is required for Relay support.

Member Of

createCommentDontAgree mutation