Skip to content

Version 4.0.0

Compare
Choose a tag to compare
@Shane32 Shane32 released this 05 Nov 17:42
· 12 commits to master since this release
2f50657

What's Changed

  • Use [DIGraph] to mark an object return value as referencing another DI graph.
  • Input graph types can be automatically generated via AutoInputObjectGraphType using the same attributes used elsewhere for DI graphs.
  • GraphQLBuilder extension methods provided for automatically registering DI graph types.
  • DISchemaTypes class added to automatically map unmapped inputs to AutoInputObjectGraphType graph types.
  • Graphs are automatically named based on their source type.
  • [Ignore] attribute for skipping members.

Full Changelog: 3.0.0...4.0.0