Skip to content

fix(federation): add reference resolver type to resolver map#3412

Open
hvolschenkcb wants to merge 1 commit into
apollographql:mainfrom
hvolschenkcb:fix/add-reference-resolver-to-resolver-map
Open

fix(federation): add reference resolver type to resolver map#3412
hvolschenkcb wants to merge 1 commit into
apollographql:mainfrom
hvolschenkcb:fix/add-reference-resolver-to-resolver-map

Conversation

@hvolschenkcb
Copy link
Copy Markdown

Fixes #2205 by adding a type definition for __resolveReference to the existing GraphQLResolverMap interface.

@hvolschenkcb hvolschenkcb requested a review from a team as a code owner March 18, 2026 15:33
@apollo-cla
Copy link
Copy Markdown

@hvolschenkcb: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Mar 18, 2026

⚠️ No Changeset found

Latest commit: 44d01fd

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@apollo-librarian
Copy link
Copy Markdown

apollo-librarian Bot commented Mar 18, 2026

✅ AI Style Review — No Changes Detected

No MDX files were changed in this pull request.

Review Log: View detailed log

This review is AI-generated. Please use common sense when accepting these suggestions, as they may not always be accurate or appropriate for your specific context.

@hvolschenkcb hvolschenkcb force-pushed the fix/add-reference-resolver-to-resolver-map branch from 11f90a2 to 4b3e96a Compare March 18, 2026 16:00
Fixes apollographql#2205 by adding a type definition for `__resolveReference`
to the existing `GraphQLResolverMap` interface.
@hvolschenkcb hvolschenkcb force-pushed the fix/add-reference-resolver-to-resolver-map branch from 4b3e96a to 44d01fd Compare March 20, 2026 12:13
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.

GraphQLReferenceResolver type is missing inside GraphQLResolverMap

5 participants