Conversation
GraphQL http handler for playlyfe/graphql
|
|
||
| //Config for handler of the schema | ||
| type Config Handler | ||
|
|
There was a problem hiding this comment.
zap (and grpc go) have nice patterns for extensible parameterisation. Should use that pattern here so we can evolve the functionality of the handler.
|
I have integrated your work from #29 to my own project it works well. It would be good to get these components into this repo. I suggest moving this component to a @krypton97 The |
|
@hsyed Glad you find it usefull ;). I have to see how it fits with modern relay and if I should make some changes. I will remake the graphiql handler as there's some stuffs that I might change. Overwall I'll try to make a full toolkit for integrating graphql with react and relay in golang. |
|
FYI, minor updates https://github.com/luisjakon/playlyfe-handler
|
GraphQL http handler for this implementation of graphql. It's a production ready custom verison of the graphql/handler that integrates extremly well with this library.