-
Notifications
You must be signed in to change notification settings - Fork 0
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
GraphQL Support #1
Comments
What will be a good approach to this? Most likely this is another module that you will import inside a controller. Another approach is a combination of module and decorator. @SeijiV13 if you have an idea kindly make a branch and we can work on this. |
@mackignacio I think the best approach would be the combination of module and decorator that will identify what endpoints that will be compatible for GraphQL. I can research on this to have more idea on the best implementation |
@SeijiV13 Ok That's great. I'm also thinking this must be on another repo separate from the core library. |
@mackignacio yes great idea, as GraphQL may have additional features like mutations, this is good if it is separated. |
But for now we can do this on a separate branch. |
📝 Description
Suggestion for an enhancement.
-supports graph Ql API
📋 Todo:
The text was updated successfully, but these errors were encountered: