npm @graphql-modules/core 0.2.10

latest releases: 0.7.18-alpha-dca677f.102, 0.7.18-alpha-806a329.101, 0.7.18-alpha-4653a94.101...
5 years ago

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

Don't miss a new core release

NewReleases is sending notifications on new releases.