Whats the fastest way to set up a graphql api?

So ive been doing most of my api work in rest but my team wants to switch over to graphql for a new dashboard project. Ive used graphql a little bit before but never had to actually set one up from scratch. We've already got our db schema in place mostly postgresql and i saw that martini has some graphql support... just wondering: whats the quickest way to get a basic graphql api up and running in martini so i can start testing stuff out?

would love to skip the boilerplate if possible haha

6
3 replies