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
Is your feature request related to a problem? Please describe.
When the Graph returns with an error model, I'd like Subgrounds to present those errors better so I can handle them in my project
Describe the solution you'd like
I'd like Graph Node / GraphQL Errors to be properly modeled (based on the "errors") field.
Potentially, I'd like special behavior such as retry policies and query tweaking to fix those errors automagically.
Describe alternatives you've considered
Not handling errors.
Additional context
We can leverage the exact error models from the graph_node. Helpful Links:
Is your feature request related to a problem? Please describe.
When the Graph returns with an error model, I'd like Subgrounds to present those errors better so I can handle them in my project
Describe the solution you'd like
I'd like Graph Node / GraphQL Errors to be properly modeled (based on the "errors") field.
Potentially, I'd like special behavior such as retry policies and query tweaking to fix those errors automagically.
Describe alternatives you've considered
Not handling errors.
Additional context
We can leverage the exact error models from the graph_node. Helpful Links:
Implementation checklist
PaginationStrategy
The text was updated successfully, but these errors were encountered: