INPUT_OBJECT

CreatePostReactionInput

CreatePostReactionInput is used for create PostReaction object. Input was generated by ent.

link GraphQL Schema definition

  • input CreatePostReactionInput {
  • # 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