https://github.com/joakin/wikimedia-graphql
GraphQL server for wikimedia APIs
https://github.com/joakin/wikimedia-graphql
graphql wikimedia wikipedia
Last synced: about 2 months ago
JSON representation
GraphQL server for wikimedia APIs
- Host: GitHub
- URL: https://github.com/joakin/wikimedia-graphql
- Owner: joakin
- Created: 2017-10-20T17:23:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T19:05:43.000Z (over 7 years ago)
- Last Synced: 2025-04-05T20:15:29.100Z (about 1 year ago)
- Topics: graphql, wikimedia, wikipedia
- Language: JavaScript
- Size: 1.67 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wikimedia-graphql
A test implementation of a graphql server for Wikimedia APIs. WIP.

## Links
* http://graphql.org/learn/schema/
* https://github.com/apollographql/apollo-server
* http://dev.apollodata.com/tools/graphql-tools/generate-schema.html
* https://github.com/apollographql/GitHunt-API/blob/master/api/schema.js
## TODO
* uselang=content for action api calls
## Questions
* Performance caracteristics (batching and composing query tree into optimized requests or sql)
* Unmarshalling and type validation on client & server
* Comparison to the action api capabilities
* Production usages (facebook, github)
* Mutations and subscriptions
* Caching