graphql-engine/server/tests-py/queries/graphql_query/computed_fields
Rakesh Emmadi 6724b62719 server/postgres: add test case to test computed field with session argument in where expression
>

### Description
>
Add a simple test case to test behavior of computed fields with session argument in filter expression (`where`) of a graphql query.

### Changelog

- [ ] `CHANGELOG.md` is updated with user-facing content relevant to this PR. If no changelog is required, then add the `no-changelog-required` label.

### Affected components

- [x] Tests

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2465
GitOrigin-RevId: 25e287c7e7826350e93f2bebacd5d877568c9934
2021-09-30 11:27:37 +00:00
..
computed_fields_permission.yaml add additional tests for computed fields permissions (#5753) 2020-09-16 07:48:04 +05:30
computed_fields.yaml support computed fields returning scalars or set of tables (close #1387) (#2917) 2019-10-18 13:59:47 +05:30
float_test.yaml include scalars types returning by computed fields in generated schema (fix #3650) (#3651) 2020-01-10 22:05:07 -06:00
locations.yaml computed fields in export/import metadata, other fixes (#3211) 2019-11-07 20:09:48 +05:30
scalar_computed_field_filter.yaml server/postgres: support computed fields in query filters ('where' expression) 2021-07-07 11:59:32 +00:00
setup.yaml server/postgres: add test case to test computed field with session argument in where expression 2021-09-30 11:27:37 +00:00
table_computed_field_filter_fail.yaml server/postgres: support computed fields in query filters ('where' expression) 2021-07-07 11:59:32 +00:00
table_computed_field_filter_session_argument.yaml server/postgres: add test case to test computed field with session argument in where expression 2021-09-30 11:27:37 +00:00
table_computed_field_filter.yaml server/postgres: support computed fields in query filters ('where' expression) 2021-07-07 11:59:32 +00:00
teardown.yaml server/postgres: add test case to test computed field with session argument in where expression 2021-09-30 11:27:37 +00:00
tracked_function_as_comp_field.yaml server: support adding a tracked function as a computed field and vice versa 2021-05-20 06:29:24 +00:00