All Projects β†’ sarkistlt β†’ Graphql Auto Generating Cms

sarkistlt / Graphql Auto Generating Cms

Use your existing graphQL schema to generate CMS in a couple steps. DEMO: http://cms-demo.web4fly.com/

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Graphql Auto Generating Cms

Tipe
πŸŽ‰ Next Generation API-first CMS for developers. Generate an API-first CMS from a GraphQL schema with offline prototyping and an inline editor
Stars: ✭ 2,157 (+478.28%)
Mutual labels:  graphql, cms
Tensei
πŸš€ Content management and distribution with a touch of elegance.
Stars: ✭ 217 (-41.82%)
Mutual labels:  graphql, cms
Nexus
Code-First, Type-Safe, GraphQL Schema Construction
Stars: ✭ 2,722 (+629.76%)
Mutual labels:  graphql, graphql-schema
Graphql S2s
Add GraphQL Schema support for type inheritance, generic typing, metadata decoration. Transpile the enriched GraphQL string schema into the standard string schema understood by graphql.js and the Apollo server client.
Stars: ✭ 171 (-54.16%)
Mutual labels:  graphql, graphql-schema
Unite Cms
Really flexible headless CMS, built on top of Symfony and GraphQL.
Stars: ✭ 242 (-35.12%)
Mutual labels:  graphql, cms
Graphql2rest
GraphQL to REST converter: automatically generate a RESTful API from your existing GraphQL API
Stars: ✭ 181 (-51.47%)
Mutual labels:  graphql, graphql-schema
36 Graphql Concepts
πŸ“œ 36 concepts every GraphQL developer should know.
Stars: ✭ 209 (-43.97%)
Mutual labels:  graphql, graphql-schema
Prime
✨Open Source GraphQL CMS
Stars: ✭ 1,675 (+349.06%)
Mutual labels:  graphql, cms
Easygraphql Tester
Test GraphQL queries, mutations and schemas on an easy way! πŸš€
Stars: ✭ 242 (-35.12%)
Mutual labels:  graphql, graphql-schema
Graphql Weaver
A tool to combine, link and transform GraphQL schemas
Stars: ✭ 235 (-37%)
Mutual labels:  graphql, graphql-schema
Payload
Headless CMS and Application Framework built with Node.js, React and MongoDB
Stars: ✭ 154 (-58.71%)
Mutual labels:  graphql, cms
Vim Graphql
A Vim plugin that provides GraphQL file detection, syntax highlighting, and indentation.
Stars: ✭ 357 (-4.29%)
Mutual labels:  graphql, graphql-schema
Apollo Server
🌍  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.
Stars: ✭ 12,145 (+3156.03%)
Mutual labels:  graphql, graphql-schema
Hotchocolate
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
Stars: ✭ 3,009 (+706.7%)
Mutual labels:  graphql, graphql-schema
Graphbrainz
A fully-featured GraphQL interface for the MusicBrainz API.
Stars: ✭ 130 (-65.15%)
Mutual labels:  graphql, graphql-schema
Gramps Legacy
The core data source combination engine of GrAMPS.
Stars: ✭ 198 (-46.92%)
Mutual labels:  graphql, graphql-schema
Directus
Open-Source Data Platform 🐰 β€” Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+3436.19%)
Mutual labels:  graphql, cms
Go Proto Gql
Protobuff plugins for generating graphql schema and golang to graphql bindings. Also supports a graphql gateway (Alpha)
Stars: ✭ 127 (-65.95%)
Mutual labels:  graphql, graphql-schema
Canner
⚑️[NOT MAINTAINED] Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
Stars: ✭ 2,472 (+562.73%)
Mutual labels:  graphql, cms
Strapi Sdk Javascript
πŸ”Œ Official JavaScript SDK for APIs built with Strapi.
Stars: ✭ 247 (-33.78%)
Mutual labels:  graphql, cms

License NPM Build Status

alt tag GraphQL CMS will build a fully-functional CMS by just using your printed GraphQL schema without any changes in your existed code or architecture.

Documentation

Example which you can run with one command on your local machine

Online DEMO (db will be overwritten every 24h)

GraphQL API for DEMO

Auto generating CMS based on your GraphQL schema [medium.com]

GraphQL CMS v2 is ready to use [medium.com]

Install

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">
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].