GraphQL Editor Guide
  • GraphQL Editor
    • Home
      • Getting Started
      • Workspaces
      • Projects
      • Live Collaboration
      • Keyboard navigation
    • Graph
      • GraphQL Creator
      • ERD like Relation View
      • Markdown Docs
      • Generate TypeScript library
      • Schema versioning
      • Compare Schema Versions
    • Schema Libraries
    • Cloud
      • GraphQL API Platform
      • Instant Mock backend
      • GraphiQL Cloud
      • Endpoint switcher
      • Rest to GraphQL
      • E2E Tests Builder & Runner
    • Microservices FaaS
      • Resolvers
      • Code Editor
      • Deploy local server
      • Deploy using GraphQL Editor
      • Secrets & CORS
      • Logs
    • JS Playground
    • Github Sync
    • Troubleshooting
  • Tools
    • CLI
      • Schema
      • Create a microservice project
      • Development
      • Cloud
        • Local server
        • Deploy
          • Gitlab CI
          • Github Actions
        • Push/Pull
        • Get the CI token
      • Code Generation
        • TypeScript Typings
        • Resolvers
        • Model Types
      • Integrations
        • Installation
        • Develop your integrations
    • Stucco JS
      • Resolvers
      • Custom Scalars
      • Examples
    • GraphQL Zeus
      • Basics
        • Getting Started
        • Selectors
        • ES Modules
        • Specification
        • Use as a library
        • JavaScript
        • Custom fetch
        • Subscriptions
      • GraphQL
        • Interfaces and Unions
        • Variables
        • Aliases
        • Generate Gql
        • Directives
        • Scalars
      • Examples
        • Forms
        • React state
      • Plugins
        • Typed Document Node
        • Apollo
        • StuccoJS Subscriptions
        • React Query
Powered by GitBook
On this page
  • API Platform
  • Instant Mock Backend
  • E2E Tests Builder
  • REST to GraphQL

Was this helpful?

  1. GraphQL Editor

Cloud

GraphQL Cloud is a set of tools needed to play with your GraphQL API.

API Platform

The API platform is a tree-based GraphQL query builder. It lets you build queries with just a few simple clicks and input data in easy to navigate user-friendly forms. You can collaborate on all of that LIVE with your team. If you prefer the old way of working just use our GraphiQL Cloud.

Instant Mock Backend

Deploy it in seconds, with just a couple clicks. The mock backend allows you to query your GraphQL Schema and get type-safe responses. If that is not enough you can also configure the method and values for response mocking.

E2E Tests Builder

Writing tests is a long and boring process, that's why our builder gives you access to click-out E2E tests for your GraphQL backend.

REST to GraphQL

Still using a REST API? Good because you can use our click-out proxy as a fast and easy way to connect it to your GraphQL project.

Remember. Your schema has to have a root query for GraphQL backends to work

PreviousSchema LibrariesNextGraphQL API Platform

Last updated 2 years ago

Was this helpful?