Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fsprojects/FSharp.Data.GraphQL
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: fsprojects/FSharp.Data.GraphQL
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix-graphql-transport-ws-impl
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on May 5, 2025

  1. fixing ws subprot. impl: sending correct payload format

      Data should be in property "data" and errors should be in property
    "errors"
    valbers committed May 5, 2025
    Configuration menu
    Copy the full SHA
    95e30b5 View commit details
    Browse the repository at this point in the history
  2. fixing ws subprot. impl: sending "Error" msg type only for "Subscribe"

      "Error" is only intended as a response for "Subscribe" and includes of
    course any exception thrown during processing of "Subscribe".
    valbers committed May 5, 2025
    Configuration menu
    Copy the full SHA
    3258f47 View commit details
    Browse the repository at this point in the history
  3. AspNetCore startup ext.: fixing default websocket endp. path

      It was not being set because in the calls in the overloads it was
    explicitly being set to `null`.
    valbers committed May 5, 2025
    Configuration menu
    Copy the full SHA
    142a1b8 View commit details
    Browse the repository at this point in the history
  4. webSocketEndpointUrl -> webSocketEndpointPath

      Because it's path and not a URL :)
    valbers committed May 5, 2025
    Configuration menu
    Copy the full SHA
    e839bff View commit details
    Browse the repository at this point in the history
Loading