buddypress / BP-REST

A RESTful API, for BuddyPress
157 stars 38 forks source link

Review the `bp_view` capability support in endpoints #506

Closed renatonascalves closed 6 months ago

renatonascalves commented 6 months ago
renatonascalves commented 6 months ago

Just a note that the GraphQL API, https://github.com/renatonascalves/wp-graphql-buddypress/pull/124, took a different approach. We don't return an error but rather an empty result. Mainly because in GraphQL, fields can be nested (connections).