Am using apollo-client with Strapi’s Graphql, and the only error message received would be error 400, which made it hard to debug.
Is there a way to enable logging or output the error message from Graphql queries? The sentry plugin doesn’t seems to works with Graphql error messages too.
Thanks