Description
We need to create an Apollo Link package designed to monitor and log failed GraphQL queries to the standard error stream. This enhancement aims to improve observability and debugging capabilities within FaustJS projects by providing a mechanism to track failed queries in real-time.
Acceptance Criteria
- New package called @faustwp-apollo created
- New Apollo Link that logs failed GraphQL queries to the standard error stream.
Technical references