Skip to content

[pull] master from dotansimha:master#86

Merged
pull[bot] merged 2 commits intojeffdetmer:masterfrom
dotansimha:master
Nov 20, 2025
Merged

[pull] master from dotansimha:master#86
pull[bot] merged 2 commits intojeffdetmer:masterfrom
dotansimha:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Nov 20, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

realies and others added 2 commits November 21, 2025 00:23
…ion) (#10512)

* fix: allow mappers to override root types (Query, Mutation, Subscription)

Previously, root types were checked before mappers, which prevented
mappers from working on root types. This fix moves the mapper check
before the root type check, allowing mappers to override rootValueType
when configured.

This is particularly useful when a GraphQL schema has a root Subscription
type that is also a regular object type (e.g., Stripe subscription),
and you want to use a custom mapper type instead of the default
Record<PropertyKey, never>.

* chore: add changeset for mapper fix
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@pull pull Bot locked and limited conversation to collaborators Nov 20, 2025
@pull pull Bot added the ⤵️ pull label Nov 20, 2025
@pull pull Bot merged commit bec7e74 into jeffdetmer:master Nov 20, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant