mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 13:31:43 +03:00
This has a couple of advantages: 1. One query is probably faster than many. 2. Creating a table with data is valid on the BigQuery sandbox (free tier); `INSERT INTO` is not. 3. We eat fewer resources by not running any DML, and so should hit usage caps less often. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4867 GitOrigin-RevId: 70537d5b306e5231beb8ae197a95bd8ea995e1e9 |
||
---|---|---|
.. | ||
Backend | ||
Quoter | ||
Test | ||
Constants.hs | ||
Env.hs | ||
Exceptions.hs | ||
GraphqlEngine.hs | ||
Http.hs | ||
RemoteServer.hs | ||
Spec.hs | ||
TestEnvironment.hs | ||
Webhook.hs | ||
Yaml.hs |