Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsonnull/graphql-entity
https://github.com/jsonnull/graphql-entity
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsonnull/graphql-entity
- Owner: jsonnull
- License: mit
- Created: 2020-08-10T00:48:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-16T21:04:35.000Z (over 3 years ago)
- Last Synced: 2024-10-15T23:37:36.479Z (2 months ago)
- Language: TypeScript
- Homepage: https://graphql-entity.dev
- Size: 280 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQL Entity
A framework for writing GraphQL servers.
- **Ergonomic** – Designed to reduce boilerplate and encourage expressive code. Build more, write less.
- **Type-Safe** – Effortless TypeScript integration enables strong compile-time guarantees without any hassle or awkward code conventions.
- **Guided** – Get TypeScript feedback as you edit schemas and resolvers, showing you where to work next and shortening edit/compile/run cycles.