Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 19, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@graphql-mesh/compose-cli@1.5.0

Minor Changes

  • #8851
    9ed6940
    Thanks @ardatan! - Add introspectionOptions to
    loadGraphQLHTTPSubgraph with some defaults. Previously, it was not possible to configure the
    introspection query options. By default it was ignoring deprecated input fields and not including
    descriptions. Now it includes descriptions and deprecated input fields by default. And you can
    still override the defaults by providing your own options.

    import { loadGraphQLHTTPSubgraph } from '@graphql-mesh/compose-cli'
    
    loadGraphQLHTTPSubgraph('my-subgraph', {
      source: 'http://my-subgraph/graphql',
      introspectionOptions: {
        descriptions: true,
        specifiedByUrl: false,
        directiveIsRepeatable: false,
        schemaDescription: false,
        inputValueDeprecation: true,
        oneOf: false // New in GraphQL 16
      }
    })

@graphql-mesh/apollo-link@0.106.14

Patch Changes

@graphql-mesh/migrate-config-cli@1.7.0

Patch Changes

  • Updated dependencies
    [9ed6940]:
    • @graphql-mesh/compose-cli@1.5.0

example-apollo-federation-compatibility@1.8.0

@github-actions github-actions bot force-pushed the changeset-release/master branch 5 times, most recently from 1c40a21 to 2edfeab Compare September 22, 2025 15:46
Copy link
Contributor

coderabbitai bot commented Sep 22, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot force-pushed the changeset-release/master branch 11 times, most recently from f159296 to 0bc0c32 Compare September 30, 2025 02:49
@github-actions github-actions bot force-pushed the changeset-release/master branch 11 times, most recently from 402ccc6 to 19126c1 Compare October 5, 2025 21:53
@github-actions github-actions bot force-pushed the changeset-release/master branch 2 times, most recently from a555afd to 6461141 Compare October 8, 2025 18:19
@github-actions github-actions bot force-pushed the changeset-release/master branch 14 times, most recently from 6304d09 to 69acc31 Compare October 14, 2025 11:38
@github-actions github-actions bot force-pushed the changeset-release/master branch from 69acc31 to 04ebcf8 Compare October 14, 2025 12:07
@ardatan ardatan merged commit bcd348a into master Oct 14, 2025
4 checks passed
@ardatan ardatan deleted the changeset-release/master branch October 14, 2025 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant