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

Add GraphQL API #105

Open
hendursaga opened this issue Jan 19, 2023 · 0 comments
Open

Add GraphQL API #105

hendursaga opened this issue Jan 19, 2023 · 0 comments

Comments

@hendursaga
Copy link

I'm legitimately surprised certstream doesn't use GraphQL yet! I'm not sure what others are using certstream for, but for a project or two I had in mind, most of the data returned from the JSON API will just be discarded. One advantage of GraphQL, among others, is that you can ask it for the data you need, but no more, instead of wasting CPU, memory, and, of course, network bandwidth. Then there's typings, and built-in API documentation, and more!

Absinthe seems to be the best GraphQL library for Elixir these days.

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