private
- used by service maker for their development and tests, and demo
, used by developers to test the service dev
, stage
, prod
) and is accessible through its GraphQL endpoint.private
and demo
. Private
is visible only to you, the service maker, while demo
is used to test the service by anyone in your organization willing to use it on their projects. It's also demo
environment which is used in web-UI service page where users within your organization can use the playground to experiment with your service.dev
, stage
and prod
. Each environment has its own endpoint, database, logs and other stuff. Be careful though, only prod
environment is suitable to be used, well... in production, others (dev
, stage
, private
, demo
) have quotas and limitations and are not scalable.private
and demo
environments attached to each service created by your organization), and there are 3 endpoints for each service-instance inside each project: dev
, stage
and prod
.