원클릭으로
fusion-subgraphs-pack
Generate GraphQL Fusion subgraph pack files (.fsp) for BFF subgraphs by running the subgraph packaging script.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate GraphQL Fusion subgraph pack files (.fsp) for BFF subgraphs by running the subgraph packaging script.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Stop and remove development Docker containers started by `docker-compose` to tear down local dependencies.
Start development dependency services with `docker-compose` (PostgreSQL, Keycloak, DAB) for local testing.
Launch the .NET Aspire orchestrator to start the full local application stack and its dependencies for development.
Publish .NET projects targeting linux-arm64 to produce ARM64-compatible container images (Apple Silicon).
Compile the BFF project to verify the `Microscope.Boilerplate.Clients.BFF` project builds successfully.
Publish .NET projects using the container publish profile to produce Docker images for services.
| name | fusion-subgraphs-pack |
| description | Generate GraphQL Fusion subgraph pack files (.fsp) for BFF subgraphs by running the subgraph packaging script. |
Create GraphQL Fusion subgraph pack for DAB (Data API Builder).
Execute the subgraphs pack shell script
cd src/Clients/Microscope.Boilerplate.Clients.BFF
./fusion-subgraphs-pack.sh
Generate .fsp file for GraphQL Fusion composition
./SubGraphs/Dab/Dab.fsp file created
./SubGraphs/Dab/Dab.Development.fsp file created
./SubGraphs/Countries/Countries.fsp file created
./SubGraphs/Countries/Countries.Development.fsp file created