Log in to GraphQL Editor
GraphQL Editor 5.0 - new release, new features: GraphQL Services
Tomek

Tomek Poniatowicz

11/22/2021

GraphQL Editor 5.0 - new release, new features: GraphQL Services

From the very beginning of our adventure with GraphQL, we were impressed by how great its community is. The amount of content, libraries and great tools generated by GraphQL users amazed us from the very start. The more time we spent working with GraphQL the more things we saw that could be improved to make working with it easier and better. We also knew that we wanted to give something back to its wonderful community.

What's new in GraphQL Editor 5.0

When we started we had a roadmap in mind which we tried to stick to, as much as it was possible. But with all the additional feedback we also kept adding features suggested by the community, which after more than 2 years has led us to the point we are at now, namely the release of GraphQL Editor 5.0.

new graph

So once again we would like to thank all our users for their valuable feedback, including those that were critical, it all really helped us improve. So without further ado, let's get into the new features.

Microservices

It's the most exciting as well as the most requested feature. What's even more satisfying about it finally being released, is that, we've been trying to figure out how to tackle this one since the first release of GraphgQL Editor. GraphQL Microservices allow users instantly deploy their GraphQL backend prototypes using JavaScript or TypeScript. What's worth mentioning is microservices is powered by our open-source library called Stucco.

Stucco is a backend engine for our microservices. Its main goal is to keep you in charge of your infrastructure decisions. No risk of vendor lock-in, no worries. With Stucco you can use TypeScript, JavaScript or Golang to create GraphQL backends & deploy them easily using:

  • GraphQL Editor Shared worker
  • Local environment
  • Docker
  • Kubernetes

You can deploy microservices directly from our built-in Live Editor (similar to those you may know from Git-based platforms), but the recommended way is to do it using graphql-editor-cli. Although microservices are great for testing and development purposes, we do not recommend using them on production as they run on very small machines with rate limit of 200 requests per minute & 1 000 000 requests per month. Additionally this feature is very much work-in-progress and is being released mostly because we need live testers to iterate on it and improve it.

microservices

JAMStack Engine

Although JAMStack was introduced a couple versions back, in this one it received a significant update. We have added TypeScript and the most popular JS library for building user interfaces support - ReactJS. Among other notable features you can find:

  • better ES modules support - j just give our Live Service a CDN URL & it will fetch all types from your server and also look for typings,
  • relative ES modules imports - now you can have user relative ES module imports inside our online code editor,
  • deployment - built-in static page deployment feature to easily show off your work to your team or a wider audience.

jamstack

GraphQL Cloud

We want GraphQL Editor to become a self-sufficient IDE for GraphQL based project development. Following this goal we’re adding more and more "responsibilities" for our tools. Now you can:

  • create your own queries with ease,
  • preview easily using built-in GraphiQL,
  • save & access your work anytime you need from any device.

We have also added a proxy to support every GraphQL URL & CORS issues which frequently appear during development.

cloud

Quality of live features

Aside from core features we have also been working on some quality of life improvements like:

  • Graph improvements - the graph module has been significantly improved:
    • node & fields creation is now much faster thanks to keyboard support,
    • relation view includes all scalar fields,
    • selected node state persists between view,
    • code editor view can be toggled anytime now,
  • Spotlight menu (CTRL/CMD + K) - spotlight menu added for easier navigation,
  • Color Themes - we have added 4 new color themes,
  • Learning center - from now on every start, you will be welcomed with recent projects and a learning center to level up your editor skills,

as well as tons of bug fixes & minor UI improvements.

GraphQL


So that's basically what we've been working on for the last 12 months. I must say it feels great to be able to finally share all these new features with a broader audience :)

Check out our other blogposts

Deno - Node.js successor (?)
Tomek Poniatowicz
Tomek Poniatowicz
Deno - Node.js successor (?)
2 min read
almost 4 years ago
InQL Scanner - find security flaws in your GraphQL code
Jakub Chomko
Jakub Chomko
InQL Scanner - find security flaws in your GraphQL code
3 min read
about 4 years ago
MongoDB announced GraphQL integration
Tomek Poniatowicz
Tomek Poniatowicz
MongoDB announced GraphQL integration
2 min read
about 4 years ago

Ready for take-off?

Elevate your work with our editor that combines world-class visual graph, documentation and API console

Get Started with GraphQL Editor