Thanks
@nilan, that's exactly what I was looking for. Glad to see it can be as simple as simply writing a string! I'll take a look at that "Demystifying the 'info' Argument in GraphQL Resolvers" blog post as well.
As for my server package I guess you're asking about
https://github.com/graphql-boilerplates/node-graphql-server/tree/master/advanced I'm using it as my starting point. It's based off graphql-yoga, which you're no doubt familiar with.