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
  • Onboardings
  • Interactive GraphQL Tutorial
  • Example projects

Was this helpful?

  1. GraphQL Editor
  2. Home

Getting Started

Learn GraphQL and GraphQL Editor

PreviousHomeNextWorkspaces

Last updated 2 years ago

Was this helpful?

Onboardings

Every view in GraphQl Editor has an onboarding tour. It will guide you through all the features and help you with the complicated stuff. If you want to reset onboardings go to Home > Help > Reset onboarding tour.

Interactive GraphQL Tutorial

A tutorial which shows how to use the Graph section of GraphQL Editor and teaches GraphQL itself. To start the tutorial click Home > Help > Interactive GraphQL Tutorial.

Example projects

Example projects are located in the explore-projects workspace. They help understand how to use certain features of GraphQL Editor. Load one up and you'll find filled API, Microservices, Libraries and JS Playground sections for you to play around with.

Graph view onboarding