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

OneX supports GraphQL API #23

Open
colin404 opened this issue May 15, 2024 · 0 comments
Open

OneX supports GraphQL API #23

colin404 opened this issue May 15, 2024 · 0 comments

Comments

@colin404
Copy link
Contributor

What would you like to be added:

Go's most commonly used application scenario is to develop an API service. Currently, there are three types of API services: RPC, HTTP, and GraphQL. OneX already supports RPC and HTTP, and also needs to support GraphQL.

Why is this needed:

GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools. So, it is valuable to support GraphQL API.

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

1 participant