INPUT_OBJECT

UpdateCommentLikeInput

UpdateCommentLikeInput is used for update CommentLike object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateCommentLikeInput {
  • # The time that the user liked the comment.
  • likedAt: Time
  • userID: ID
  • commentID: ID
  • }

link Require by

This element is not required by anyone