Open
Description
see graphql/graphql-js#3596 (comment)
mapSchema
changes only the requested types, and then callsrewireTypes
which unfortunately recreates ALL schema types. This ensures that all fields on all types are pointing to the new types, but it may often be overkill.
Metadata
Metadata
Assignees
Labels
No labels