EditCommentInput
EditCommentInput provides the input for the editComment Mutation.
type EditCommentInput { commentID: ID! body: String! clientMutationId: String! media: CreateCommentMediaInput}
#
FieldscommentID
(ID!
)#
commentID is the ID of the comment being edited.
body
(String!
)#
body is the Comment body, the content of the Comment.
clientMutationId
(String!
)#
clientMutationId is required for Relay support.
media
(CreateCommentMediaInput
)#
media is the optional media attachment to be added to a Comment.