goxygen
goxygen copied to clipboard
Support GraphQL
Very exciting project, well done. What about hooking some GraphQL for automatic API and schema generation? I see this using one of following approaches/integrations:
- gqlgen : https://github.com/oshalygin/gqlgen-pg-todo-example
- hasura graphql: https://github.com/hasura/graphql-engine
Let me know what you think and how complex you think this might be. Peace!
Thank you for the suggestion @sokoow. I think it is quite a common use case. I'll think on adding GraphQL.
please!
As another reference for graphql implementation, there is also https://supergraph.dev. Github page: https://github.com/dosco/super-graph
please :)