1
0
mirror of https://github.com/hasura/graphql-engine.git synced 2024-12-18 04:51:35 +03:00
Commit Graph

2 Commits

Author SHA1 Message Date
Alexis King
c0d7402e15
Fix two enum table reference bugs (fix and ) ()
* Include enum types in schema whenever references are visible (fix )
* Fix RQL parsing for nullable enum table references (fix )
2019-10-10 21:22:16 -05:00
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