Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2025

This PR contains the following updates:

Package Change Age Confidence
@graphql-tools/code-file-loader (source) 8.1.24 -> 8.1.25 age confidence
@graphql-tools/executor (source) 1.4.11 -> 1.4.12 age confidence
@graphql-tools/graphql-file-loader (source) 8.1.4 -> 8.1.5 age confidence
@graphql-tools/load (source) 8.1.4 -> 8.1.5 age confidence
@graphql-tools/merge (source) 9.1.3 -> 9.1.4 age confidence
@graphql-tools/mock (source) 9.1.1 -> 9.1.2 age confidence
@graphql-tools/resolvers-composition (source) 7.0.22 -> 7.0.23 age confidence
@graphql-tools/schema (source) 10.0.27 -> 10.0.28 age confidence
@graphql-tools/url-loader (source) 9.0.2 -> 9.0.3 age confidence
@graphql-tools/utils (source) 10.10.1 -> 10.10.2 age confidence

Release Notes

ardatan/graphql-tools (@​graphql-tools/code-file-loader)

v8.1.25

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/executor)

v1.4.12

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/graphql-file-loader)

v8.1.5

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/load)

v8.1.5

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/merge)

v9.1.4

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/mock)

v9.1.2

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/resolvers-composition)

v7.0.23

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/schema)

v10.0.28

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/url-loader)

v9.0.3

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/utils)

v10.10.2

Compare Source

Patch Changes
  • #​7679
    dddc5f6
    Thanks @​ardatan! - Support "federation/subgraph style" schemas in
    astFromSchema and printSchemaWithDirectives

    If a GraphQLSchema doesn't have any defined operation types, we should print the schema
    definition as an extension rather than omitting it entirely. They are not a valid schema on their
    own, but they are valid subgraph schemas in a federation setup, and it is possible to build such
    schemas with assumeValid options.

    // A schema without defined root types
    buildSchema(
      /* GraphQL */ `
        extend schema @​link(url: "https://specs.apollo.dev/federation/v2.0", import: ["@​key"])
    
        type User @​key(fields: "id") {
          id: ID!
          username: String
        }
      `,
      { assumeValid: true, assumeValidSDL: true }
    )

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 12, 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
Copy link
Contributor

Apollo Federation Subgraph Compatibility Results

Federation 1 Support Federation 2 Support
_service🟢
@key (single)🟢
@key (multi)🟢
@key (composite)🟢
repeatable @key🟢
@requires🟢
@provides🟢
federated tracing🟢
@link🟢
@shareable🟢
@tag🟢
@override🟢
@inaccessible🟢
@composeDirective🟢
@interfaceObject🟢

Learn more:

@github-actions
Copy link
Contributor

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-mesh/cli 0.100.19-alpha-20251112035855-4cded8603238cd3eb3c271c85fbcf747c7bcad01 npm ↗︎ unpkg ↗︎
@graphql-mesh/config 0.108.19-alpha-20251112035855-4cded8603238cd3eb3c271c85fbcf747c7bcad01 npm ↗︎ unpkg ↗︎
@graphql-mesh/graphql 0.104.17-alpha-20251112035855-4cded8603238cd3eb3c271c85fbcf747c7bcad01 npm ↗︎ unpkg ↗︎
@graphql-mesh/grpc 0.108.18-alpha-20251112035855-4cded8603238cd3eb3c271c85fbcf747c7bcad01 npm ↗︎ unpkg ↗︎
@graphql-mesh/json-schema 0.109.18-alpha-20251112035855-4cded8603238cd3eb3c271c85fbcf747c7bcad01 npm ↗︎ unpkg ↗︎
@graphql-mesh/mysql 0.105.18-alpha-20251112035855-4cded8603238cd3eb3c271c85fbcf747c7bcad01 npm ↗︎ unpkg ↗︎
@graphql-mesh/neo4j 0.107.15-alpha-20251112035855-4cded8603238cd3eb3c271c85fbcf747c7bcad01 npm ↗︎ unpkg ↗︎
@graphql-mesh/odata 0.106.17-alpha-20251112035855-4cded8603238cd3eb3c271c85fbcf747c7bcad01 npm ↗︎ unpkg ↗︎
@graphql-mesh/openapi 0.109.24-alpha-20251112035855-4cded8603238cd3eb3c271c85fbcf747c7bcad01 npm ↗︎ unpkg ↗︎
@graphql-mesh/postgraphile 0.104.17-alpha-20251112035855-4cded8603238cd3eb3c271c85fbcf747c7bcad01 npm ↗︎ unpkg ↗︎
@graphql-mesh/raml 0.109.18-alpha-20251112035855-4cded8603238cd3eb3c271c85fbcf747c7bcad01 npm ↗︎ unpkg ↗︎
@graphql-mesh/soap 0.107.18-alpha-20251112035855-4cded8603238cd3eb3c271c85fbcf747c7bcad01 npm ↗︎ unpkg ↗︎
@graphql-mesh/supergraph 0.10.17-alpha-20251112035855-4cded8603238cd3eb3c271c85fbcf747c7bcad01 npm ↗︎ unpkg ↗︎
@graphql-mesh/thrift 0.106.18-alpha-20251112035855-4cded8603238cd3eb3c271c85fbcf747c7bcad01 npm ↗︎ unpkg ↗︎
@graphql-mesh/merger-bare 0.105.17-alpha-20251112035855-4cded8603238cd3eb3c271c85fbcf747c7bcad01 npm ↗︎ unpkg ↗︎
@graphql-mesh/merger-stitching 0.105.17-alpha-20251112035855-4cded8603238cd3eb3c271c85fbcf747c7bcad01 npm ↗︎ unpkg ↗︎
@graphql-mesh/migrate-config-cli 1.7.5-alpha-20251112035855-4cded8603238cd3eb3c271c85fbcf747c7bcad01 npm ↗︎ unpkg ↗︎
@graphql-mesh/store 0.104.17-alpha-20251112035855-4cded8603238cd3eb3c271c85fbcf747c7bcad01 npm ↗︎ unpkg ↗︎
@omnigraph/odata 0.2.17-alpha-20251112035855-4cded8603238cd3eb3c271c85fbcf747c7bcad01 npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-odata 0.2.17-alpha-20251112035855-4cded8603238cd3eb3c271c85fbcf747c7bcad01 npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

💻 Website Preview

The latest changes are available as preview in: https://47215a8a.graphql-mesh.pages.dev

@renovate renovate bot merged commit 0dbee14 into master Nov 12, 2025
19 checks passed
@renovate renovate bot deleted the renovate/all-gateway branch November 12, 2025 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant