File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 with :
1515 app_name : ccc-eu-fusion-demo-inventory-api
1616 project_path : src/SourceSchemas/Inventory
17- container_port : 8080
17+ container_port : 8081
1818 schema_file : src/SourceSchemas/Inventory/schema.graphqls
1919 secrets : inherit
Original file line number Diff line number Diff line change 77builder . Services . AddCors ( ) ;
88
99builder
10- . AddGraphQL ( Env . AccountsApi )
10+ . AddGraphQL ( Env . AccountsApi , disableDefaultSecurity : true )
1111 . AddDefaultSettings ( )
1212 . AddAccountTypes ( )
1313 . InitializeOnStartup ( AccountContext . SeedDataAsync , skipIf : args . IsGraphQLCommand ( ) ) ;
Original file line number Diff line number Diff line change 77builder . Services . AddCors ( ) ;
88
99builder
10- . AddGraphQL ( Env . InventoryApi )
10+ . AddGraphQL ( Env . InventoryApi , disableDefaultSecurity : true )
1111 . AddDefaultSettings ( )
1212 . AddInventoryTypes ( )
13- . InitializeOnStartup ( InventoryContext . SeedDataAsync ) ;
13+ . InitializeOnStartup ( InventoryContext . SeedDataAsync , skipIf : args . IsGraphQLCommand ( ) ) ;
1414
1515var app = builder . Build ( ) ;
1616
You can’t perform that action at this time.
0 commit comments