bkrem / console

πŸš€ Official source of console.graph.cool written in Typescript 2 and based on React & Relay

Home Page:https://console.graph.cool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphcool Console

πŸš€ Official source of console.graph.cool written in Typescript 2 and based on React & Relay

Changelog

Milestone M4

  • You seem to spend most of your time in the data browser, so in order to improve it, we've taken the time to completely reimplement it. It was worth it! Introducing many new features and improvements such as:
    • Smooth infinite scrolling ⚑️
    • Improved UX when editing and creating nodes (supports tab key)
    • Fixed: Reloading doesn't reset the data browser any more
  • Setting up relations should be a lot easier now. You will be guided through the process and see directly which mutations will be added to the GraphQL schema.

See here for a full list of all changes (features/bug fixes).

Development

master dev
CircleCI CircleCI
# install dependencies
npm install -g yarn
yarn install
# run local server on :4000 using the offical Graphcool API
env BACKEND_ADDR="https://dev.api.graph.cool" npm start
# or for fish shell users
set -x BACKEND_ADDR https://dev.api.graph.cool npm start

IDE Setup (Webstorm)

We use a different version of TypeScript than the default Webstorm TypeScript compiler. That's why you have to do the following to get rid of all TypeScript errors. Please run yarn install before the setup.

  1. Go to the Preferences (macOS: "⌘ + ,") window
  2. In the left list menu select Languages & Frameworks > TypeScript
  3. Click on the Edit... button in the Common Panel
  4. Select Custom directory
  5. Browse to your project directory and then select node_modules/typescript/lib and click OK
  6. Click OK again in the Configure TypeScript Compiler
  7. Click OK in the Preference window

Help & Community Slack Status

Join our Slack community if you run into issues or have questions. We love talking to you!

About

πŸš€ Official source of console.graph.cool written in Typescript 2 and based on React & Relay

https://console.graph.cool


Languages

Language:TypeScript 87.3%Language:CSS 11.5%Language:JavaScript 1.1%Language:HTML 0.1%