kamilkisiela / apollo-angular

A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁
https://apollo-angular.com
MIT License
1.5k stars 311 forks source link

Feedback for “Testing” #2006

Closed rafagsiqueira closed 8 months ago

rafagsiqueira commented 1 year ago

Can you add an example of flushing a GraphQLError using op.graphqlErrors? Using typescript I can't get the GraphQLError object correctly. I just want to mock a GraphQLError with certain attributes, not all of them.