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
Federation is a much more natural way for schemas to work together, which does not involve any dummy root types. Please reach out to the Apollo Federation channel within the Apollo community on Spectrum.chat if you have any further questions. Thanks!
I'm starting to use Schema Stitching with Apollo Server.
I'm using a file like this:
rootTypes.js:
and a types/user.js:
Is there a way to avoid the use of:
_: Boolean
for the Root Type?It is not elegant and I think error prone.
Is there a way to extend without using it?
The text was updated successfully, but these errors were encountered: