Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/almilo/annotated-graphql-server
Annotated GraphQL Server
https://github.com/almilo/annotated-graphql-server
Last synced: 2 months ago
JSON representation
Annotated GraphQL Server
- Host: GitHub
- URL: https://github.com/almilo/annotated-graphql-server
- Owner: almilo
- Created: 2016-02-27T18:58:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-20T12:35:47.000Z (over 8 years ago)
- Last Synced: 2024-10-31T18:38:08.963Z (3 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-graphql - Annotated GraphQL Server - Server for annotated GraphQL showing how to transform a REST api into a GraphQL endpoint with annotations. (Tools / Julia Libraries)
README
# annotated-graphql-server
Annotated GraphQL Server. Demo server for annotated GraphQL.A demo can be tried here: [https://annotated-graphql-server.herokuapp.com/](https://annotated-graphql-server.herokuapp.com/)
- All schemas: [https://annotated-graphql-server.herokuapp.com/](https://annotated-graphql-server.herokuapp.com/)
- Swiss Transport api: [https://annotated-graphql-server.herokuapp.com/graphql/transport-api](https://annotated-graphql-server.herokuapp.com/graphql/transport-api)
- Swiss Transport api annotated schema: [https://annotated-graphql-server.herokuapp.com/schema/transport-api](https://annotated-graphql-server.herokuapp.com/schema/transport-api)
- GitHub api: [https://annotated-graphql-server.herokuapp.com/graphql/github-api](https://annotated-graphql-server.herokuapp.com/graphql/github-api)
- GitHub api annotated schema: [https://annotated-graphql-server.herokuapp.com/schema/github-api](https://annotated-graphql-server.herokuapp.com/schema/github-api)