Alpha: Change Schema Registration to Singleton
Pre-release
Pre-release
Per this issue in GraphQL:
graphql-dotnet/graphql-dotnet#1883
This release is registering the GraphQL.Types.Schema object as a singleton. We've had race conditions that manifest in random NREs when attempting to look up graph types.
This is an alpha release pending some manual testing and may break.