All Projects → gaslight → graphql-admin-react

gaslight / graphql-admin-react

Licence: other
No description or website provided.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to graphql-admin-react

lumen-cms
GraphQL API-First CMS based on NodeJS and Vue 2, Nuxt and Vuetify
Stars: ✭ 77 (+50.98%)
Mutual labels:  graphcool
Learnapollo
👩🏻‍🏫 Learn Apollo - A hands-on tutorial for Apollo GraphQL Client (created by Graphcool)
Stars: ✭ 5,274 (+10241.18%)
Mutual labels:  graphcool
React Fullstack Graphql
Starter projects for fullstack applications based on React & GraphQL.
Stars: ✭ 1,352 (+2550.98%)
Mutual labels:  graphcool
entria-todo
React Native + Relay Modern + Graphcool
Stars: ✭ 13 (-74.51%)
Mutual labels:  graphcool
Prep
Pre-renders your web app (React, Vue, Angular, ...) into static HTML based on your specified routes enabling SEO for single page applications.
Stars: ✭ 371 (+627.45%)
Mutual labels:  graphcool
Glutenproject.com
Google for Certified Gluten Free Products
Stars: ✭ 37 (-27.45%)
Mutual labels:  graphcool
pokedex-react
A Pokedex App using and teaching Apollo and React
Stars: ✭ 47 (-7.84%)
Mutual labels:  graphcool
React Native Fullstack Graphql
🚀 Starter projects for mobile applications based on React Native & GraphQL.
Stars: ✭ 208 (+307.84%)
Mutual labels:  graphcool
Graphql Up
Get a ready-to-use GraphQL API for your schema
Stars: ✭ 415 (+713.73%)
Mutual labels:  graphcool
Booben
Web app constructor based on React, with GraphQL bindings
Stars: ✭ 96 (+88.24%)
Mutual labels:  graphcool
graphcool-gateway-apollo-engine-demo
This demo demonstrates using Apollo Engine with the Graphcool API Gateway pattern
Stars: ✭ 26 (-49.02%)
Mutual labels:  graphcool
Graphcool Templates
📗 Collection of Graphcool Templates
Stars: ✭ 354 (+594.12%)
Mutual labels:  graphcool
Prisma Kubernetes Deployment
Demo how to deploy a Prisma server to a Kubernetes cluster.
Stars: ✭ 89 (+74.51%)
Mutual labels:  graphcool
graphql-cli-generate-fragments
Generate Fragments for Graphql Schemas
Stars: ✭ 43 (-15.69%)
Mutual labels:  graphcool
Handsup React
HandsUp 🙌 - Make your events more interactive
Stars: ✭ 99 (+94.12%)
Mutual labels:  graphcool
keep-graph
Keep Graph is a open source clone of Google Keep. It's built on top of React and GraphQL.
Stars: ✭ 29 (-43.14%)
Mutual labels:  graphcool
Learnrelay
Learn Relay - A comprehensive introduction to Relay (created by Graphcool)
Stars: ✭ 887 (+1639.22%)
Mutual labels:  graphcool
Commerceql
UNMAINTAINED
Stars: ✭ 217 (+325.49%)
Mutual labels:  graphcool
Chromeless
🖥 Chrome automation made simple. Runs locally or headless on AWS Lambda.
Stars: ✭ 13,254 (+25888.24%)
Mutual labels:  graphcool
Angular Fullstack Graphql
🚀 Starter projects for fullstack applications based on Angular & GraphQL.
Stars: ✭ 92 (+80.39%)
Mutual labels:  graphcool

graphl-admin-react

This is a rewrite of graphql-admin in React. So far, basic queries and mutations including arguments are working. InputObjects are also working. In fact at this point it's probably safe to say the react based version is farther along and more likely to be what I'll pursue going forward.

The only thing it doesn't support (that the previous version did)is mutations and queries that live in nested fields like on GraphqlHub. This is a lot of trouble and seems like a bit of an edge case and so I may not worry about it. PRs welcome of course :)

It's probably time to say this is an actual thing and start tracking issues.

This project was bootstrapped with Create React App.

Usage

npm install
npm start

GraqhCool

I've been using GraphCool to play around with creating a GraphQL schema to test against. Right now this is configured in src/graphqlCoolClient.js. It's easy enough to create GraphCool project and try it out, just change the endpoint.

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].