An open API service indexing awesome lists of open source software.

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

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)