You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the rule fails to comply, an error will be raised for each requested field, e.g. three errors in the following case, all with the same text message:
query {
User(...) {
x
y
z
}
}
Is there a way to consolidate all three errors into just a single one?
I have checked other questions and found none that matches mine.
The text was updated successfully, but these errors were encountered:
Thank you for opening an issue. We will get back to you as soon as we can. Have you seen our Open Collective page? Please consider contributing financially to our project. This will help us involve more contributors and get to issues like yours faster.
Question about GraphQL Shield
When using an object based rule, e.g:
When the rule fails to comply, an error will be raised for each requested field, e.g. three errors in the following case, all with the same text message:
Is there a way to consolidate all three errors into just a single one?
The text was updated successfully, but these errors were encountered: