Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeusdeux/zeit-graphql
A GraphQL wrapper around Zeit's documented REST APIs
https://github.com/zeusdeux/zeit-graphql
apollo-server graphql graphql-tools zeit zeithq
Last synced: 16 days ago
JSON representation
A GraphQL wrapper around Zeit's documented REST APIs
- Host: GitHub
- URL: https://github.com/zeusdeux/zeit-graphql
- Owner: zeusdeux
- Created: 2019-03-12T15:01:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T17:46:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T19:25:19.500Z (27 days ago)
- Topics: apollo-server, graphql, graphql-tools, zeit, zeithq
- Language: TypeScript
- Homepage: https://zeit.zdx.cat/graphql
- Size: 754 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# [Zeit](https://zeit.co/) APIs over GraphQL
This project provides a GraphQL wrapper around Zeit REST APIs.
I am using this as a way to learn how to build a production GraphQL server and familiarize myself with the tooling around it.It can be accessed at [`https://zeit.zdx.cat/graphql`](https://zeit.zdx.cat/graphql)
and the progress of this project can be tracked at [`https://zeit.zdx.cat/progress`](https://zeit.zdx.cat/progress).The goal for this project is to support all the GET endpoints and others via mutations.
## Local dev
`npm install && npm run dev`
## Code structure
The code is structured such that, in the future, it is possible to have a lambda
per top level field (e.g., `Query.deployments`, `Query.deployment`, etc)