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
Hi, guys, I currently fond an issue with the type registry in the stitching lib.
The bug is if some basic type(Float i tested) are not used in the root of Query type, but used only in some nested my own Object Type, then during the stitching there would have a problem of Error: No such type: Float. You can test it out or I will add some code to reproduction this bug later.
Maybe I can make some PR as well if I got time.
Looking for this bug fixed.
The text was updated successfully, but these errors were encountered:
ghost
added
blocking
Prevents production or dev due to perf, bug, build error, etc..
bug
feature
New addition or enhancement to existing solutions
labels
Jun 1, 2018
@hwillson I have created such a reproduction and linked it in #847, where it seems like some investigative work has already been done. Should we consolidate there?
mergeSchemas does not merge typedefs (!), it stitches them together by proxying. Merging can be done within makeExecutableSchema by just using an array of strings for typeDefs.
Hi, guys, I currently fond an issue with the type registry in the stitching lib.
The bug is if some basic type(
Float
i tested) are not used in the root ofQuery
type, but used only in some nested my own Object Type, then during the stitching there would have a problem ofError: No such type: Float
. You can test it out or I will add some code to reproduction this bug later.Maybe I can make some PR as well if I got time.
Looking for this bug fixed.
The text was updated successfully, but these errors were encountered: