renatonascalves/wp-graphql-buddypress

Blogs Component Enhancements

renatonascalves opened this issue · 0 comments

The Blog type is missing an important information: the latest post. So we can add this so that only the latest post is available or we can get a list of posts from the targered Blog.

This is related to Multisite, so there is some complexities there.

  • Connections
  • Blog -> posts
  • Blog -> members - Members of the targerted Blog
  • Blog -> groups - Groups of the targerted Blog
  • Blog -> activities - Activities of the targerted Blog

Related to #16 and #70