You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merging schema results in infinite loop in v4. (RangeError: Maximum call stack size exceeded at mergeDeep (/Users/*/node_modules/@graphql-tools/utils/cjs/mergeDeep.js:5:19))
#1276
Open
alnorris opened this issue
Aug 11, 2024
· 0 comments
Using mergeSchemas from @graphql-tools/[email protected] results in an infinite loop when using @pothos/[email protected], while using 3.41.2 it works fine. This looks like its likely due to pothos creating the schema incorrectly?
Remove type: [obj1] and returning just a Boolean for example from obj2 seems to results in it working fine.
Using mergeSchemas from @graphql-tools/[email protected] results in an infinite loop when using @pothos/[email protected], while using 3.41.2 it works fine. This looks like its likely due to pothos creating the schema incorrectly?
Remove type: [obj1] and returning just a Boolean for example from obj2 seems to results in it working fine.
The text was updated successfully, but these errors were encountered: