OBJECT

UserFeedHistory

link GraphQL Schema definition

  • type UserFeedHistory implements Node {
  • id: ID!
  • userID: ID!
  • postID: ID!
  • createdAt: Time!
  • user: User!
  • post: Post!
  • }