graphjin
graphjin copied to clipboard
It is just a question. How to make custom business logic in go?
I have read wiki but I didn't find some examples with custom logic in go.
If you're using GraphQL as a library you can implement custom logic before or after your call to graphjin.GraphQL
Got it. But can I extend GraphQL with new resolver built in Golang?
Here's an example of a custom Redis resolver. https://pkg.go.dev/github.com/dosco/graphjin/core#Resolver