relay icon indicating copy to clipboard operation
relay copied to clipboard

Project status

Open ermik opened this issue 7 years ago • 7 comments

Dear @graphql-go peeps!

It seems this project is dormant and should be clearly labeled so in the README. Please add some information on whether or not this is actively maintained and follows the development of graphql and relay spec.

ermik avatar May 29 '18 19:05 ermik

fwiw been working fine for us as-is for last ~6 months

maxbeatty avatar May 29 '18 22:05 maxbeatty

Does anybody know?

koalalorenzo avatar Mar 17 '19 23:03 koalalorenzo

I have moved over to gqlgen.

ermik avatar Mar 20 '19 17:03 ermik

@ermik gqlgen is not working with github.com/graphql-go/graphql, is it?

I have a existing project where I would love to generate parts of the schema but not replace my whole implementation.

niondir avatar Sep 24 '19 11:09 niondir

@Niondir no, unfortunately they are not compatible. You may benefit from using your existing schema (by introspecting current graphql-go/graphql API) to generate gqlgen code; then replace the blank spaces with the logic you had in the original code.

ermik avatar Sep 27 '19 18:09 ermik

@ermik what about relay connections? I'm trying to figure out how to use gqlgen with the Relay spec but it's a bit foggy

everdrone avatar Jul 06 '22 15:07 everdrone

@everdrone as you saw in https://github.com/99designs/gqlgen/discussions/1900 the connection codegen is not a feature gqlgen supports. However, you can implement (or generate) your own — look at the project referenced in that discussion: https://github.com/MichaelMure/git-bug/tree/master/api/graphql/connections

ermik avatar Jul 06 '22 15:07 ermik