Skip to content

0.4.0

Compare
Choose a tag to compare
@michaelstaib michaelstaib released this 30 Jul 22:48
cfeba2f

Integrated new Validation Rules

  • All Variables Used #130
  • All Variable Uses Defined #129
  • Directives Are In Valid Locations #125
  • Directives Are Unique Per Location #126
  • Variables Are Input Types #128
  • Field Selection Merging #109

Dependency Injection

  • HttpContext is now available through IResolverContext.Services and dependency injection.
  • Scoped services are now supported.
  • Services, custom contexts and data loaders can now be injected as resolver argument.

Data Loaders and Custom contexts

  • Default data loaders are integrated. learn more
  • Support for custom data loaders
  • Support for custom state objects

For more details head over to our blog.