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.