mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
67a9045328
A pull request for cleaning up small issues, bugs, redundancies and missing things in the BigQuery backend. Summary: 1. Remove duplicate projection fields - BigQuery rejects these. 2. Add order_by to the test suite cases, as it was returning inconsistent results. 3. Add lots of in FromIr about how the dataloader approach is given support. 4. Produce the correct output structure for aggregates: a. Should be a singleton object for a top-level aggregate query. b. Should have appropriate aggregate{} and nodes{} labels. c. **Support for nodes** (via array_agg). 5. Smooth over support of array aggregates by removing the fields used for joining with an explicit projection of each wanted field. https://github.com/hasura/graphql-engine-mono/pull/1317 Co-authored-by: Vamshi Surabhi <6562944+0x777@users.noreply.github.com> GitOrigin-RevId: cd3899f4667770a27055f94988ef2a6d5808f1f5 |
||
---|---|---|
.. | ||
actions | ||
compression | ||
endpoints | ||
event_triggers | ||
explain | ||
graphql_introspection | ||
graphql_mutation | ||
graphql_query | ||
graphql_validation | ||
heterogeneous | ||
horizontal_scale/basic | ||
inconsistent_objects | ||
logging | ||
query_cache | ||
remote_schemas | ||
schema/duplication | ||
subscriptions | ||
unauthorized_role | ||
v1 | ||
webhooks/request_context | ||
clear_db_bigquery.yaml | ||
clear_db_citus.yaml | ||
clear_db_mssql.yaml | ||
clear_db.yaml |