by Briebug Team | Mar 1, 2022 | Cypress, Frontend, GraphQL
Background Why would you need to mock Cypress GraphQL responses? It’s important to have control of the data you are handling. Say you are fetching data from an API that is replying with thousands of objects, you don’t need all of that data. So mocking the response...
by Briebug Team | Nov 16, 2021 | Angular, Apollo, Frontend, GraphQL
What is the Apollo Client? Apollo is an open source GraphQL client built for Javascript and includes comprehensive integrations with Angular, React and Vue. The Angular Apollo Client integrates with RxJs and Observables out of the box and many of the patterns used by...