I am using graphql-dotnet and populated schema based on different types (loaded from assembly). Now I would like to add new types to an existing schema without restarting the application server. Is that possible?
Asked
Active
Viewed 56 times
0
-
Which nuget package of graphql are you using? – ΩmegaMan Jan 22 '19 at 13:35
-
I am using (GraphQL) https://www.nuget.org/packages/GraphQL/ – Hasibul Jan 22 '19 at 14:04