Is ApolloServer 4 handling the dataValues field of objects differently in any way? In my previous ApolloServer resolvers, the resolvers seemed to automatically find the values of objects in the dataValues object. But in ApolloServer 4, that doesn’t seem to be happening.
Update I see this is a Sequelize issue, and is unrelated to Apollo.
I think it may have to do with my new Apollo client and server setup. The dataValues come through fine for queries and mutations, but not yet for subscriptions.
Does that sound possible? I’ll post my setup in a separate thread.