React, Apollo, Grapgql Codegen: Subscription & Optimistic Response not updating in React
I try to use optimistic ui pattern with graphql-codegen but it is not working with subscription.
I have a chat application and i paste the mutation schema and the subscription.
I am using the hooks that graphql-codegen generated.