We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de849a1 commit 06d051eCopy full SHA for 06d051e
src/SourceSchemas/Inventory/Demo.Inventory.csproj
@@ -18,7 +18,7 @@
18
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
19
<PrivateAssets>all</PrivateAssets>
20
</PackageReference>
21
-
+ <PackageReference Include="ChilliCream.Nitro" />
22
<PackageReference Include="Aspire.Npgsql.EntityFrameworkCore.PostgreSQL"/>
23
</ItemGroup>
24
src/SourceSchemas/Inventory/Program.cs
@@ -8,6 +8,7 @@
8
9
builder
10
.AddGraphQL(Env.InventoryApi)
11
+ .AddNitro()
12
.AddDefaultSettings()
13
.AddInventoryTypes()
14
.InitializeOnStartup(InventoryContext.SeedDataAsync, skipIf: args.IsGraphQLCommand());
0 commit comments