posts: async()
in
api/src/resolvers/posts.resolver.ts [5:7]
3
lines of code
1
McCabe index (conditional complexity)
posts: async () => { return await Posts.find(); },