-
Notifications
You must be signed in to change notification settings - Fork 169
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 #34
Comments
I think we can support this thru some sort of auto-translation tool (openAPI -> graphQL) |
This would be great mainly from the perspective of asking the node for only the data points you require rather than waiting on the node collecting things you’re going to discard anyway which is one thing when using one endpoint, another for many REST endpoints |
I don't think there's much bandwidth for down stream beacon clients to implement support for GraphQL. Given that there are many beacon implementations, would be best to have some middleware that interfaces between GraphQL consumers and the beacon REST API |
Hey, is there any chance a GraphQL API could be standardized along with any REST or JSON RPC APIs being discussed?
The text was updated successfully, but these errors were encountered: