Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Graphql Engine | 29,818 | 1 | 20 hours ago | 17 | June 22, 2022 | 2,133 | apache-2.0 | TypeScript | ||
Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events. | ||||||||||
Graphql Js | 19,533 | 33,257 | 11,349 | a day ago | 214 | September 22, 2022 | 244 | mit | TypeScript | |
A reference implementation of GraphQL for JavaScript | ||||||||||
Rxdb | 19,247 | 82 | 68 | 20 hours ago | 312 | September 22, 2022 | 13 | apache-2.0 | TypeScript | |
A fast, offline-first, reactive Database for JavaScript Applications https://rxdb.info/ | ||||||||||
Apollo Server | 13,363 | 5,326 | 1,153 | 2 days ago | 305 | August 26, 2022 | 42 | mit | TypeScript | |
🌍 Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more. | ||||||||||
Postgraphile | 11,948 | 76 | 99 | 7 days ago | 156 | May 25, 2022 | 66 | mit | TypeScript | |
Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database! | ||||||||||
Edgedb | 11,118 | 4 days ago | 2 | June 08, 2018 | 440 | apache-2.0 | Python | |||
A graph-relational database with declarative schema, built-in migration system, and a next-generation query language | ||||||||||
Graphql Code Generator | 10,026 | a day ago | 455 | mit | TypeScript | |||||
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins. | ||||||||||
Quicktype | 9,999 | 42 | 90 | 2 days ago | 674 | September 12, 2022 | 413 | apache-2.0 | TypeScript | |
Generate types and converters from JSON, Schema, and GraphQL | ||||||||||
Gqlgen | 8,917 | 115 | 582 | 5 days ago | 198 | September 19, 2022 | 199 | mit | Go | |
go generate based graphql server library | ||||||||||
Type Graphql | 7,770 | 277 | 286 | 2 days ago | 67 | October 06, 2021 | 112 | mit | TypeScript | |
Create GraphQL schema and resolvers with TypeScript, using classes and decorators! |
GraphQL CMS will build a fully-functional CMS by just using your printed GraphQL schema without any changes in your existed code or architecture.
Example which you can run with one command on your local machine
Online DEMO (db will be overwritten every 24h)
Auto generating CMS based on your GraphQL schema [medium.com]
GraphQL CMS v2 is ready to use [medium.com]
npm i -S graphql-auto-generating-cms
import GraphqlCMS from 'graphql-auto-generating-cms';
import 'graphql-auto-generating-cms/lib/styles.css';
...
And to head of your template add:
<link href="//cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.8/semantic.css" rel="stylesheet">