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
Does merging work with multiple stitched schemas?
Not able to get a second remote stitched schema working and wondering if merging/stitching needs to happen in a specific order?
This works mergeSchemas({ schemas: [ aLocalSchema, aStitchedRemoteSchema ] })
This doesn't appear to work mergeSchemas({ schemas: [ aLocalSchema, aStitchedRemoteSchema, anotherStitchedRemoteSchema ] })
after adding the second stitchedSchemaRemoteSchema it can't resolve the remote portions (delegateToSchema). Perhaps the merging step doesn't like multiple subschemas?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Does merging work with multiple stitched schemas?
Not able to get a second remote stitched schema working and wondering if merging/stitching needs to happen in a specific order?
This works
mergeSchemas({ schemas: [ aLocalSchema, aStitchedRemoteSchema ] })
This doesn't appear to work
mergeSchemas({ schemas: [ aLocalSchema, aStitchedRemoteSchema, anotherStitchedRemoteSchema ] })
after adding the second stitchedSchemaRemoteSchema it can't resolve the remote portions (delegateToSchema). Perhaps the merging step doesn't like multiple subschemas?
Beta Was this translation helpful? Give feedback.
All reactions