At the beginning of your journey you can see the main GraphQL Editor screen. To create workspace
Workspaces are used to organize projects. Each workspace consists of all the workspace members invited to it, and their projects.
To create a workspace click the Add workspace button. Insert your unique namespace name and/or invite some members.
There are 2 ways of inviting members, both are in the Edit Team menu:
Type in the email of the user you want to invite. It doesn't matter if they have a GraphQL Editor account. Simply click Add member and **** then set their role.
Click Magic links in the Edit Team menu. Click Create Magic Link, set the allowed domain, expiration date and the role you want to assign to the recipient. Then share it with them and when they click it they will be on the team.
You can create a project with different options this page explains how to use them
You can start your project in many ways.
Create an empty project.
Attach some of basic libraries for the project. Libraries:
Import the schema using GraphQL Introspection from the provided URL
You can check this option to have readonly schema that will be always fetched from URL
Provide Headers if they are needed.
GraphQL Editor bypass CORS through CORS proxy.
Schema will be imported from .graphql
file in your github repository. You can commit changes to github later.
In Blank and With Libraries option you can use AI prompt to generate initial schema.