Skip to content

fix: preserve GraphQL resolvers/metadata#66

Merged
DamianCzajkowski merged 1 commit intomainfrom
fix/preserve-graphql-metadata
Mar 23, 2026
Merged

fix: preserve GraphQL resolvers/metadata#66
DamianCzajkowski merged 1 commit intomainfrom
fix/preserve-graphql-metadata

Conversation

@DamianCzajkowski
Copy link
Copy Markdown
Collaborator

Summary

  • Preserve is_type_of/resolve_type and related GraphQL metadata (description, extensions, AST nodes) when copying and merging object/interface/union types.
  • Make query splitting keep GraphQL meta/introspection fields (__typename, __schema, __type) and preserve directive variables/arguments.
  • Add focused tests for copy/merge behavior and proxy query forwarding to prevent regressions.

@DamianCzajkowski DamianCzajkowski merged commit f952b9b into main Mar 23, 2026
5 checks passed
@DamianCzajkowski DamianCzajkowski deleted the fix/preserve-graphql-metadata branch March 23, 2026 12:08
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 23, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: aebdd7dc-3ea2-48f4-bd03-d8223dc9d205

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

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/preserve-graphql-metadata

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

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