INPUT_OBJECT

UpdatePostReactionInput

UpdatePostReactionInput is used for update PostReaction object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdatePostReactionInput {
  • # The time that the user reacted to the post.
  • reactedAt: Time
  • # The text value of the reaction.
  • value: String
  • userID: ID
  • postID: ID
  • }

link Require by

This element is not required by anyone