TownHallHQ / TownHall

MIT License
33 stars 12 forks source link

Capability to find a users Posts #98

Closed EstebanBorai closed 1 year ago

EstebanBorai commented 1 year ago

Extend current posts query to allow users to fetch a specific user posts.

https://github.com/whizzes/gabble/blob/main/crates/server/src/graphql/modules/post/query/posts.rs#L13-L44

cudidotdev commented 1 year ago

Hello! So I can add a filter just like that of fetching users by email?

EstebanBorai commented 1 year ago

Hello! So I can add a filter just like that of fetching users by email?

Sure thing!