graphql-engine/server/tests-py/queries/graphql_query
Vamshi Surabhi 2a9bc2354f
add relay modern support (#4458)
* validation support for unions and interfaces

* refactor SQL generation logic for improved readability

* '/v1/relay' endpoint for relay schema

* implement 'Node' interface and top level 'node' field resolver

* add relay toggle on graphiql

* fix explain api response & index plan id with query type

* add hasura mutations to relay

* add relay pytests

* update CHANGELOG.md

Co-authored-by: rakeshkky <12475069+rakeshkky@users.noreply.github.com>
Co-authored-by: Rishichandra Wawhal <rishi@hasura.io>
Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
2020-06-08 17:43:01 +05:30
..
agg_perm dont use sub-query for perm limit if aggregations are absent (#2630) 2019-08-01 05:09:52 +00:00
aggregations server: add support for timestamps without timezone to graphql-engine (fix #1217) (#4452) 2020-04-21 14:30:48 +02:00
allowlist keep allowed queries in sync when collections are changed, fix #2221 (#2230) 2019-05-20 15:59:32 +05:30
basic add relay modern support (#4458) 2020-06-08 17:43:01 +05:30
boolexp server: fix mishandling of GeoJSON inputs in subscriptions (fix #3239) (#4551) 2020-05-13 10:09:44 +02:00
caching server: fix an introspection query caching issue (fix #4547) (#4661) 2020-05-18 14:27:56 +02:00
computed_fields include scalars types returning by computed fields in generated schema (fix #3650) (#3651) 2020-01-10 22:05:07 -06:00
custom_schema allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
enums Fix two enum table reference bugs (fix #2820 and #3010) (#3074) 2019-10-10 21:22:16 -05:00
functions Add missing check in SetTableCustomFields; update various test cases 2020-01-08 16:45:54 -06:00
limits Fix result ordering in some incorrect tests 2019-11-05 15:15:25 -06:00
offset Fix result ordering in some incorrect tests 2019-11-05 15:15:25 -06:00
order_by fix SQL generation if more than one aggregate order_by items present, fix #2981 (#2998) 2019-10-04 23:00:53 -05:00
permissions server: fix all EWKT warnings in python tests (#4154) 2020-03-23 20:48:09 -05:00
relay add relay modern support (#4458) 2020-06-08 17:43:01 +05:30
v1alpha1/errors introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30