in api/src/resolvers/posts.resolver.ts [8:11]
post: async (_: any, args: any) => { const { id } = args; return await Posts.findOne({ id }); },