<@U448J9R1A> did you include the `dataIdFromObjec...
# prisma-whats-new
n
@mulyoved did you include the
dataIdFromObject
-function when instantiating the
ApolloClient
?
Copy code
export const client = new ApolloClient({
  networkInterface,
  dataIdFromObject: o => o.id,
})