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
{{ message }}
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.
https://www.apollographql.com/docs/apollo-server/features/unions-interfaces.html
this seems to not work at all on local state.
I have this snippet which resolves the correct type depending on the user.role
and do it like this on queries
which results to a __typename of User instead of Employer or JobSeeker
i can do this manually every query but it seems reusing it on the interface level would be easier
The text was updated successfully, but these errors were encountered: