graphql-engine/server/tests-py/queries/graphql_query/boolexp/basic
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
..
select_article_author_is_published_and_registered.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_article_author_not_published_or_not_registered.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_author_article_operator_ne_not_found_err.yaml Add support for GraphQL enum types via enum table references 2019-08-26 00:54:56 -05:00
select_author_article_unexpected_operator_in_where_err.yaml Add support for GraphQL enum types via enum table references 2019-08-26 00:54:56 -05:00
select_author_article_where_and_in.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_author_article_where_gt.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_author_article_where_gte.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_author_article_where_in_empty_array.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_author_article_where_in.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_author_article_where_lt.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_author_article_where_lte.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_author_article_where_neq.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_author_article_where_nin_empty_array.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_author_article_where_nin.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_author_article_where_not_lt.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_query_order_delivered_at_is_not_null.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_query_order_delivered_at_is_null.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_uuid_test_in_uuid_col.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
self_referential_relationships.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
setup.yaml use postgres IN experssion for _in operator (fix #1109) (#1111) 2018-11-26 15:39:55 +05:30
teardown.yaml use postgres IN experssion for _in operator (fix #1109) (#1111) 2018-11-26 15:39:55 +05:30