INPUT_OBJECT

CreateBookmarkInput

CreateBookmarkInput is used for create Bookmark object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateBookmarkInput {
  • # The time that the user bookmarked the post.
  • bookmarkedAt: Time
  • userID: ID!
  • postID: ID!
  • }

link Require by

This element is not required by anyone