Skip to content

v1.3.1

Compare
Choose a tag to compare
@kevin-carroll kevin-carroll released this 20 Dec 15:25
· 9 commits to master since this release
3c88cfd

Bug Fixes

  • Fixed a bug where by calling .AddGraphQL() for the same schema type across different IServiceCollection instances would result in an erroneous duplicate registration error message. You can now successfully add the same schema type to different DI instances. (@Fgruntjes)
  • Fixed a validation bug where when a field set with multiple spread fragments with invalid graph type references would cause a 500 internal server error instead of triggering rule 5.5.1.2 . The invalid graph type name(s) will now be correctly identified and an appropriate response will be generated.