Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unlight/graphql-starter
Trying to play with graphql and type-grapqhl
https://github.com/unlight/graphql-starter
grapqhl starter-kit starter-template type-graphql
Last synced: 6 days ago
JSON representation
Trying to play with graphql and type-grapqhl
- Host: GitHub
- URL: https://github.com/unlight/graphql-starter
- Owner: unlight
- Created: 2019-12-30T23:01:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T11:27:51.000Z (over 1 year ago)
- Last Synced: 2024-04-10T09:58:05.637Z (7 months ago)
- Topics: grapqhl, starter-kit, starter-template, type-graphql
- Language: JavaScript
- Homepage:
- Size: 1.22 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql-starter
## Stack
- Type GraphQL
## Todo
- replace serializatio to https://github.com/marcj/marshal.ts
- Add upload file
- Add all features from type graphql
- Add https://github.com/MichalLytek/type-graphql/blob/prisma/examples/basic/index.ts
- https://github.com/prisma/prisma2/blob/master/docs/photon/use-only-photon.md## Layers
```
Resolver -> Service -> Repository
```## Resources
- https://github.com/benawad/type-graphql-series
- https://github.com/benawad/type-graphql-series/tree/11_file_uploads (https://www.youtube.com/watch?v=s35EmAn9Zl8)