posts: async()

in api/src/resolvers/posts.resolver.ts [5:7]


    posts: async () => {
      return await Posts.find();
    },