https://github.com/rspeele/rezoom.graphql
Proof-of-concept
https://github.com/rspeele/rezoom.graphql
Last synced: about 1 month ago
JSON representation
Proof-of-concept
- Host: GitHub
- URL: https://github.com/rspeele/rezoom.graphql
- Owner: rspeele
- Created: 2018-02-20T04:09:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T22:13:38.000Z (almost 7 years ago)
- Last Synced: 2025-03-23T01:11:47.548Z (about 1 month ago)
- Language: F#
- Size: 56.6 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rezoom GraphQL proof-of-concept
Demo sponsored by [Bazinga](https://mybazinga.com) in March 2018.
Released under the MIT license.
* [Domain layer API](./DemoApp.Domain/DomainTypes.fs)
* [Domain layer code](./DemoApp.Domain.Implementation/FolderService.fs)
* [Database model](./DemoApp.Data/V1.model.sql)
* [Database layer code](./DemoApp.Data/Queries.fs)
* [How the GraphQL schema is defined](./DemoApp.GraphQL/Entities.fs)