mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
1b4173011f
When there are no allowed fields for a type (via `TypePermissions`), engine creates related input object types (like `<TypeName>OrderBy`) with no fields. This results in an invalid introspection result. Client libraries fail with validation error. This PR fixes the issue. V3_GIT_ORIGIN_REV_ID: a45a56b1f503f6ab99f250884957b6fc723cf9c8 |
||
---|---|---|
.. | ||
benches | ||
bin/engine | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |