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

GraphQL #593

Open
loganpowell opened this issue May 22, 2017 · 3 comments
Open

GraphQL #593

loganpowell opened this issue May 22, 2017 · 3 comments
Labels

Comments

@loganpowell
Copy link

What are your thoughts on leveraging GraphQL for making better open APIs?

http://graphql.org/

We're starting research down this path and would be happy to hear from potential contributors:

https://github.com/OpenGraphQL/opengraphql-organization/issues/1

@JJediny
Copy link
Member

JJediny commented May 23, 2017

Looks promising as an action API, happen to know whether it could perform data transformation on the fly or at rest using a key:value mapping to an in-memory schema against another schema xml/json/yaml as a client-side Javascript transform it would be interesting. Thanks for the question

PS 🥇 to the GraphQL team for coming up with an awesome example:
https://github.com/graphql/graphql-js/blob/master/src/__tests__/starWarsSchema.js

@loganpowell
Copy link
Author

That SWAPI example is getting so much play right now 😆

"whether is could perform data transformation on the fly": It's not exactly a logic layer, but could very well be an API into one or compose many (e.g., microservice stuff). In fact there are existing bindings for many different databases/ORMs. It can do everything REST can do, but has some relevant advantages for data interoperability challenges such as those faced when using open data.

@rebeccawilliams
Copy link
Contributor

Should this be added as a tool or resource?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants