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: graphql-transport-ws-refactoring
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 12 files changed
  • 2 contributors

Commits on May 8, 2025

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

      Data should be in property "data" and errors should be in property
    "errors"
    valbers authored and xperiandri committed May 8, 2025
    Configuration menu
    Copy the full SHA
    709eb89 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 authored and xperiandri committed May 8, 2025
    Configuration menu
    Copy the full SHA
    236eec9 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 authored and xperiandri committed May 8, 2025
    Configuration menu
    Copy the full SHA
    0c2307d View commit details
    Browse the repository at this point in the history
  4. webSocketEndpointUrl -> webSocketEndpointPath

      Because it's path and not a URL :)
    valbers authored and xperiandri committed May 8, 2025
    Configuration menu
    Copy the full SHA
    2f0ee57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c9cac1 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2025

  1. Configuration menu
    Copy the full SHA
    1443cf6 View commit details
    Browse the repository at this point in the history
Loading