CreateCommentFlagInput
No description
type CreateCommentFlagInput { commentID: ID! commentRevisionID: ID! reason: COMMENT_FLAG_REPORTED_REASON! additionalDetails: String clientMutationId: String!}
#
FieldscommentID
(ID!
)#
commentID is the Comment's ID that we want to create a Flag on.
commentRevisionID
(ID!
)#
commentRevisionID is the revision ID of the Comment that we're creating the Flag on.
reason
(COMMENT_FLAG_REPORTED_REASON!
)#
reason is the selected reason why the Flag is being created.
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.