Hi, I have seen the graphql api and have a few questions about it.
If i understand it correctly it spins up a graphql server and create queries & mutations for me.
it seems that I have no option to customize the generated resolvers or add own resolvers to it. Instead, I need to run a second graphql instance.
For me It would be more beneficial , if I can setup my own apollo-express server and get some utilities to translate resolvers easier to Dgraph. Something more advanced than Introduction - Join Monster
I understand that it is in early development and was wondering what you have planned in future.
Do you plan to make it more customaizable ? Thx!