Projects and environments
The containers that hold your apps and databases, and the environments inside them.
A project groups related apps and databases together. An environment is a named slice inside a project (production, staging, whatever you call it), the boundary environment variables and previews respect.
Queries
projects
environments(projectId: ID!)projects lists the containers the caller's team can see. environments
lists the environments inside one project.
Mutations
createProject
createEnvironmentcreateProject makes a new project. createEnvironment adds an
environment to an existing project.
Folders have capabilities but no named operations yet
The capability model already has create_folders, organize_folders and
delete_folders (see Capabilities), but no
folder query or mutation is documented here yet, folders are managed from
the dashboard for now.
See also
Did this page help you?