What are some file structure best practices for apollo server?
What are people finding as a best practice for file structure with apollo server?
E.g. I'm wondering if it would be a good idea to structure things like so:
src/
enum/
input/
interface/
mock/
mutation/
query/
resolver/
...