Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mabuelhagag/effect-gql
https://github.com/mabuelhagag/effect-gql
effect-ts graphql
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mabuelhagag/effect-gql
- Owner: mabuelhagag
- License: mit
- Created: 2024-06-02T17:42:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T16:29:07.000Z (5 months ago)
- Last Synced: 2024-10-12T17:26:34.700Z (2 months ago)
- Topics: effect-ts, graphql
- Language: TypeScript
- Homepage:
- Size: 702 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Effect-GQL
This is an effort to create an ecosystem of GraphQL tools for Effect-TS
> [!WARNING]
> This is a work-in-progress## Contents
### Graphql-codegen plugin
This plugin aims to generate Effect's Schema files for GraphQL queries
### Graphql Server
The server will be build of Effect's platforn HTTP server to be able to serve GraphQL schema
### Graphql Client
This will be built on Effect's platform HTTP client to consume Graphql queries