Skip to content

kolpav/HcBug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproduction

ASPNETCORE_ENVIRONMENT="Development" dotnet run

Then try to load schema or hit the endpoint in any way

curl http://localhost:5000/graphql

System.ArgumentException: The root type `Query` has already been registered. (Parameter 'operation')

Fix

ASPNETCORE_ENVIRONMENT="Production" dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages