Stop calling typeLoader for built-in scalar names by spawnia · Pull Request #1884 · webonyx/graphql-php

added 3 commits

March 22, 2026 12:01
Calling the typeLoader for built-in scalar names (String, Int, Float,
Boolean, ID) breaks downstream consumers whose typeLoaders were not
designed to handle these names.

Remove typeLoader-based scalar override support, keeping only
types-based overrides. Guard loadType() so the typeLoader is never
invoked for built-in scalar names.

Fixes #1874

🤖 Generated with Claude Code

@spawnia spawnia marked this pull request as ready for review

March 22, 2026 11:13

github-actions[bot]

🤖 Generated with Claude Code
…calar overrides

🤖 Generated with Claude Code

@spawnia spawnia deleted the stop-type-loader-for-built-in-scalars branch

March 23, 2026 06:55

This was referenced

Mar 23, 2026