Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular service hides GraphQL errors #724

Open
villelahdenvuo opened this issue Sep 28, 2023 · 0 comments
Open

Angular service hides GraphQL errors #724

villelahdenvuo opened this issue Sep 28, 2023 · 0 comments
Labels
feature-request New feature or request

Comments

@villelahdenvuo
Copy link

The code just ignores the GraphQL response errors and returns the data (which will be null):

generator.printOnNewline(`return (<${returnType}>response.data${resultProp})`);

So using this library there is no way to access the errors array.

@phani-srikar phani-srikar added the feature-request New feature or request label Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants