Skip to content

June 04, 2024

Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 04 Jun 09:54
· 439 commits to master since this release
f4fbc20

@graphql-tools/[email protected]

Major Changes

  • #6227
    85c383f
    Thanks @ardatan! - BREAKING: invalidateSupergraph is now replaced
    with invalidateUnifiedGraph

@graphql-tools/[email protected]

Major Changes

  • #6227
    85c383f
    Thanks @ardatan! - BREAKING: invalidateSupergraph is now replaced
    with invalidateUnifiedGraph

Patch Changes

@graphql-tools/[email protected]

Major Changes

  • #6227
    85c383f
    Thanks @ardatan! - BREAKING CHANGES:
    • getSubschemasFromSupergraphSdl has been removed in favor of the new
      getStitchingOptionsFromSupergraphSdl, and it returns the options for stitchSchemas instead
      of the map of subschemas
    • onExecutor has been removed in favor of onSubschemaConfig
    • To change the default HTTP executor options, use httpExecutorOpts instead of onExecutor

Patch Changes