Skip to content

v0.2.10

Choose a tag to compare

@ardatan ardatan released this 26 Nov 23:19
· 2348 commits to master since this release

core

  • Fix IResolver typings
  • You can disable circular imports
    • mergeCircularImports: false
  • You can manipulate schema and other generated parts of module using middleware
    • middleware: ({ schema }) => { /*some logic*/ return { schema }; }

epoxy

  • Extension nodes are now supported
    • extend type Something
  • SchemaDefinition generation are now optional
    • useSchemaDefinition