This website requires JavaScript.
Explore
Help
Sign In
hasura
/
graphql-engine
Watch
1
Star
0
Fork
0
You've already forked graphql-engine
mirror of
https://github.com/hasura/graphql-engine.git
synced
2024-12-16 18:42:30 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
3a6f4e1737
graphql-engine
/
server
/
tests-py
/
queries
/
subscriptions
/
live_queries
/
teardown.yaml
8 lines
125 B
YAML
Raw
Normal View
History
Unescape
Escape
live queries tests for subscription (#487)
2018-09-20 04:46:03 +03:00
type
:
bulk
args
:
-
type
:
run_sql
args
:
sql
:
|
use only required session variables in multiplexed queries for subscriptions (#4329) * use only required session variables in multiplexed queries for subscriptions This will reduce the load on Postgres when the result of a subscription is not dependent on the session variables of the request * add DerivingVia to the project wide extension list * expose a more specific function to filter session variables * improve documentation of session variables of a cohort Co-Authored-By: Alexis King <lexi.lambda@gmail.com> * fix bad rebase * add test for checking only required session variables are used to make query Co-authored-by: Alexis King <lexi.lambda@gmail.com> Co-authored-by: Karthikeyan Chinnakonda <karthikeyan@hasura.io>
2020-11-03 11:15:22 +03:00
drop table hge_tests.test_t2;
drop table hge_tests.articles;
Reference in New Issue
Copy Permalink