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
I need a full backtrace and if possible an example, I never faced this one... Lazy should be replaced with the actual type before it's used, but it's needed since GraphQL allows cycles, so one type can depend on itself... but before usage it should be "realized"
This is occurring, not always, when accessing the
_type
property of a query:It's strange because, after the error is raised and the debugger is stopped on that line,
query._type
is not of type 'Lazy' anymore.Any ways of bypassing this issue?
The text was updated successfully, but these errors were encountered: