Does anyone know how to add __typename info to pri...
# graphql-nexus
d
Does anyone know how to add __typename info to prisma nested data? I'm using Pusher instead of subscriptions because of serverless and when I pass prisma data to pusher it does not come with the __typename which messes up my ability to update the apollo cache with the new data. I can manually add __typename to the data but it's nested data and that seems sketchy so I'd rather just use whatever graphql is using when it returns to tag it with the __typename. This must exist in some function?