Deployments
Introduction
Apply GraphQL Schema Configuration to Freym
Defining projections and CRUD types using GraphQL schemas is a powerful concept. To get the schemas that you defined in your codebase into the Freym services you need to use the Deployments Service.
The Deployments Service is responsible for managing changes to the schema. You use its CLI commands to create, activate, confirm, and rollback schema deployments.
Using the Deployments Service, you can deploy your schemas even in complex deployment scenarios where there are complex dependencies between services. All of this is done without any downtime or data loss.