Fixes an issue where @unique
(introduced in 4.9.1) is applied more than once to the same table (previously it would incorrectly set the fields non-nullable); also fixes an issue with enum tables where columns referencing enum tables were not usable in custom mutations.
Features
- perf: overhaul postgres interval code (graphile/graphile-engine#679) (graphile/graphile-engine#683) (upstreamed in bendrucker/postgres-interval#34)
Fixes
- tags: fix non-null for multiple @unique tags (graphile/graphile-engine#681) (0747562)
- types: fix enum tables when used in custom mutations (graphile/graphile-engine#680) (graphile/graphile-engine#682) (ed75ce2)