Switch to GraphQL
sylv opened this issue · 1 comments
sylv commented
The current API is scuffed and unnecessary. GraphQL is slightly more fun and a lot better for client-side type info. The only downside with GraphQL is code duplication because prisma doesn't use classes for defining tables, but if we're ditching prisma that doesn't matter.
Should probably do it after #16
sylv commented
GraphQL is just awful.