dosco / graphjin

GraphJin - Build NodeJS / GO APIs in 5 minutes not weeks

Home Page:https://graphjin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add resolvers parameters to Service

LucaWolf opened this issue · comments

What would you like to be added:
Add the user defined NewGraphJin or OptionSetResolver when creating Service (serv/v3) parameters.

Why is this needed:
serv has got a nice "webui" tooling but cannot (or not clear / don't know how) use bespoke resolvers with NewGraphJinService

commented

If you mean "resolvers" as those defined in other GraphQL frameworks its not possible in GraphJin since its a compiler that directly compiles GraphQL to efficient SQL and executes that SQL directly on the DB there is no room for resolvers etc.