Is there a way to have ts types and v.whatever() types synced?
1. how can I keep both typescript and schema updated at the same time?
eg
}
2. if i have 3 different mutations that take a todo as args... how do I prevent having to change the args todo definition on all 3 manualy?
