Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project status #37

Open
ermik opened this issue May 29, 2018 · 7 comments
Open

Project status #37

ermik opened this issue May 29, 2018 · 7 comments

Comments

@ermik
Copy link

ermik commented May 29, 2018

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.

@maxbeatty
Copy link

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

@koalalorenzo
Copy link

Does anybody know?

@ermik
Copy link
Author

ermik commented Mar 20, 2019

I have moved over to gqlgen.

@niondir
Copy link

niondir commented Sep 24, 2019

@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.

@ermik
Copy link
Author

ermik commented Sep 27, 2019

@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.

@everdrone
Copy link

@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

@ermik
Copy link
Author

ermik commented Jul 6, 2022

@everdrone as you saw in 99designs/gqlgen#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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants