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

Integrate graphql-http, refactor and comply with spec (v3) #1589

Closed
wants to merge 37 commits into from

Commits on Aug 8, 2022

  1. WIP

    enisdenjo committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    dcef943 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. more WIP

    enisdenjo committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f3d4f14 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. pass node spec

    enisdenjo committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    9f2b4bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    969f2be View commit details
    Browse the repository at this point in the history
  3. use servercontext

    enisdenjo committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    2b8e6cb View commit details
    Browse the repository at this point in the history
  4. typo

    enisdenjo committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    f9da15c View commit details
    Browse the repository at this point in the history
  5. sse is acceptable

    enisdenjo committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    71881e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9202f7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06ec6c2 View commit details
    Browse the repository at this point in the history
  8. unnecessary imports

    enisdenjo committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    06f4ddb View commit details
    Browse the repository at this point in the history
  9. tests tests tests

    enisdenjo committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    c14302c View commit details
    Browse the repository at this point in the history
  10. Merge branch 'v3' into v3-graphql-http

    # Conflicts:
    #	packages/graphql-yoga/__tests__/node.spec.ts
    #	packages/graphql-yoga/src/error.ts
    #	packages/graphql-yoga/src/plugins/requestParser/POSTJson.ts
    #	packages/graphql-yoga/src/server.ts
    enisdenjo committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    7f202b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aab65d2 View commit details
    Browse the repository at this point in the history
  12. error masking tests

    enisdenjo committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    62e817a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    48af902 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5e07f27 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f0220ca View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4ff16f9 View commit details
    Browse the repository at this point in the history
  17. log

    enisdenjo committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    84aadff View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    64d589c View commit details
    Browse the repository at this point in the history
  19. drop unused import

    enisdenjo committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    03b9b21 View commit details
    Browse the repository at this point in the history
  20. use published graphql-http

    enisdenjo committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    76e770b View commit details
    Browse the repository at this point in the history
  21. test adjustments

    enisdenjo committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    39fbe6f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    e064869 View commit details
    Browse the repository at this point in the history
  2. more acceptable

    enisdenjo committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    96841e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac26e6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d909bab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    352c572 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e9a658 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d968a31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    19cc9a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7e371db View commit details
    Browse the repository at this point in the history
  10. incremntal delivery support

    enisdenjo committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    1dae527 View commit details
    Browse the repository at this point in the history
  11. schema "might" be missing

    enisdenjo committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    5e85f85 View commit details
    Browse the repository at this point in the history
  12. bump graphql-http

    enisdenjo committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    547c356 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. simpler body parser

    enisdenjo committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    2a9c48c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v3' into v3-graphql-http

    # Conflicts:
    #	packages/graphql-yoga/src/plugins/requestValidation/usePreventMutationViaGET.ts
    enisdenjo committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    db3aca3 View commit details
    Browse the repository at this point in the history