Commit 4a3610d
Add an interface for websocket specific transport methods. (#537)
* Add an interface for websocket specific transport methods.
* Update src/GraphQL.Client/GraphQLHttpClient.cs
Removed unnecessary interface usage
Co-authored-by: Alexander Rose <[email protected]>
---------
Co-authored-by: Ben Voss <[email protected]>
Co-authored-by: Alexander Rose <[email protected]>1 parent 06bf968 commit 4a3610d
File tree
2 files changed
+20
-1
lines changed- src
- GraphQL.Client.Abstractions.Websocket
- GraphQL.Client
2 files changed
+20
-1
lines changedLines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments