https://github.com/dahagag/effect-gql
https://github.com/dahagag/effect-gql
effect-ts graphql
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dahagag/effect-gql
- Owner: dahagag
- License: mit
- Created: 2024-06-02T17:42:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T16:29:07.000Z (almost 2 years ago)
- Last Synced: 2025-06-26T01:05:51.137Z (about 1 year 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