Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants