graphql-engine/server/tests-py/queries/v1
Alexis King ed26da59a6 Add support for GraphQL enum types via enum table references
These changes also add a new type, PGColumnType, between PGColInfo and
PGScalarType, and they process PGRawColumnType values into PGColumnType
values during schema cache generation.
2019-08-26 00:54:56 -05:00
..
basic Tests for server with access control, and some more tests (#710) 2018-10-28 23:57:49 +05:30
count apply update permissions for upsert mutations (#628) 2018-12-15 21:40:29 +05:30
ddl diff's query should account for table having no columns (#1256) 2018-12-21 15:24:22 +05:30
delete python based tests (#387) 2018-09-18 11:51:57 +05:30
insert run graphql tests on both http and websocket; add parallelism (close #1868) (#1921) 2019-04-08 12:52:38 +05:30
metadata Add support for GraphQL enum types via enum table references 2019-08-26 00:54:56 -05:00
non_empty_text check input for empty strings for metadata api (close #2302) (#2300) 2019-07-11 09:00:45 +00:00
permissions Tests for server with access control, and some more tests (#710) 2018-10-28 23:57:49 +05:30
relationships allow renaming tables, columns and relationships (close #79) (#1542) 2019-03-01 14:47:22 +05:30
run_sql allow altering type of a column whose permissions defined only with session variables (close #2070) (#2683) 2019-08-16 16:35:22 -05:00
select Support casting between PostGIS geometry and geography types in where expressions (close #1983) (#2495) 2019-07-15 14:22:45 +05:30
set_table_is_enum Add support for GraphQL enum types via enum table references 2019-08-26 00:54:56 -05:00
track_table fail on tracking table/function with name conflict (close #2020) (#2383) 2019-07-11 07:41:20 +00:00
update run graphql tests on both http and websocket; add parallelism (close #1868) (#1921) 2019-04-08 12:52:38 +05:30