graphql-engine/v3/crates/engine
Anon Ray 1b4173011f fix empty input object types in introspection result when allowedFields for a type is empty (#412)
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
2024-03-28 07:47:00 +00:00
..
benches Move all crates into a folder (#355) 2024-03-19 18:07:14 +00:00
bin/engine Move all crates into a folder (#355) 2024-03-19 18:07:14 +00:00
src Give types / titles to all maps in the metadata jsonschema (#408) 2024-03-27 17:08:36 +00:00
tests fix empty input object types in introspection result when allowedFields for a type is empty (#412) 2024-03-28 07:47:00 +00:00
build.rs Move all crates into a folder (#355) 2024-03-19 18:07:14 +00:00
Cargo.toml Disable benchmarks in unit tests. (#376) 2024-03-21 12:42:26 +00:00