Stop calling typeLoader for built-in scalar names by spawnia · Pull Request #1884 · webonyx/graphql-php
added 3 commits
March 22, 2026 12:01Calling 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
marked this pull request as ready for review
spawnia
deleted the
stop-type-loader-for-built-in-scalars
branch
This was referenced
Mar 23, 2026This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters