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

Usage without derive macros #1003

Closed
joepio opened this issue Aug 2, 2022 · 3 comments
Closed

Usage without derive macros #1003

joepio opened this issue Aug 2, 2022 · 3 comments
Labels
question Further information is requested

Comments

@joepio
Copy link

joepio commented Aug 2, 2022

I have a project (atomic-server) that would benefit greatly from GraphQL support. However, part of this project is that the data models / schemas are defined by the end-user, at runtime. This means that using derive macros to generate schema objects (and queries) are not an option. I expect that async-graphql could also be used without compile-time derives for data models, but I'm not entirely sure where to start. Thanks!

@sunli829
Copy link
Collaborator

sunli829 commented Aug 2, 2022

I understand what you want, unfortunately Async-graphql does not support this.😄

@joepio
Copy link
Author

joepio commented Aug 2, 2022

I fully understand that this is not support! But I think it may be possible to re-use parts of this repo, such as async-graphql-parser. I think I'll start there!

@sunli829
Copy link
Collaborator

sunli829 commented Aug 2, 2022

https://github.com/async-graphql/graphgate

You can take a look at this, I think it'll help you.

@sunli829 sunli829 closed this as completed Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants