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
When using mergeSchema and I want to add a new type that doesn't yet exist in one of the schemas I want to merge. Seems like this is currently a limitation in mergeSchema and should be fixed :)
The text was updated successfully, but these errors were encountered:
Thanks, this is a limitation, mainly because graphql-js doesn't expose buildClientSchema utilities. I definitely want to fix that limitation and probably also accept passing list of GraphQLType instances.
When using
mergeSchema
and I want to add a newtype
that doesn't yet exist in one of the schemas I want to merge. Seems like this is currently a limitation inmergeSchema
and should be fixed :)The text was updated successfully, but these errors were encountered: