Implement Graphql-WS Subscriptions (#630)

* Implement graphql-ws subscriptions

* Fix subscription payload issue

* Close session directly

* Improve id handling
This commit is contained in:
Mitchell Syer
2023-08-03 22:28:28 -04:00
committed by GitHub
parent 06d7a6d892
commit 92f494d0fe
4 changed files with 58 additions and 122 deletions

View File

@@ -46,4 +46,4 @@ class InfoQuery {
}
}
}
}
}