-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat: degraphql plugin proposal and simple implement #8787
Comments
We have developed a degraphql plugin last year for customers which has more features. |
copy that. |
Yes, we can keep it open. |
aha, I have another idea. can you create a branch for this feature . I can help you to impove your implementation of DeGraphQL. I want to lean how to contribute for this project. what do you think ? |
I am afraid I don't have the privilege to open-source the code at any time I want. |
Description
DeGraphQL allows users to map URIs to fixed GraphQL queries through configuration, thereby converting GraphQL endpoints into ordinary endpoints.
parameter
enable plugin
You can enable the plugin in a specific route with the following command:
user case 1
the user want map a resetful api /me to [github.com/login](http://github.com/login) info
to query the route info for double check
to send a request to
/me
pathuser case 2
a new RESTful API
/describe?owner=apache&name=apisix
to query the repo descriptionsend a request to the
/describe
reference
https://docs.konghq.com/hub/kong-inc/degraphql/
The text was updated successfully, but these errors were encountered: