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
These are currently used for internal schema language class instance checks and an error has been put in place to prevent two instances of the graphql package from cooperating.
This also contains a dev/prod split and check that's causing other issues.
We may want to replace this with a warning (rather than an error) to prevent breaking changes, and replace the general approach on how we identify schema language class instances with something else (what this proposal should define)
Write a proposal to replace
instanceof
checks (implemented via https://github.com/graphql/graphql-js/blob/main/src/jsutils/instanceOf.ts).These are currently used for internal schema language class instance checks and an error has been put in place to prevent two instances of the
graphql
package from cooperating.This also contains a dev/prod split and check that's causing other issues.
We may want to replace this with a warning (rather than an error) to prevent breaking changes, and replace the general approach on how we identify schema language class instances with something else (what this proposal should define)
Note: Action Item issues are reviewed and closed during Working Group
meetings.
The text was updated successfully, but these errors were encountered: