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

Prioritize errors in response #4728

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Commits on Mar 4, 2024

  1. Prioritize errors in response

    resolves #4375
    
    Previously, the router would always respond with data first, and
    then show any errors in the request. The GraphQL spec suggests
    having the errors show up before data, so this commit makes
    errors output first before data.
    nicholascioli committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e30be9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dc6d7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f84c0aa View commit details
    Browse the repository at this point in the history