graphql-engine/v3/crates
Samir Talwar 20514ab580 Remove unused Display implementations and fix a broken one. (#545)
There were multiple locations where we were implementing
`derive_more::Display` with a fixed format string, mostly of
`"Display"`. This means that the `to_string` implementations of those
types would just return `"Display"`, which is quite unhelpful.

In all cases but one, I was simply able to remove the implementation.

In the last case, `QualifiedTypeReference` had a broken implementation.
I replaced it with something more meaningful: the type name, followed by
a `"!"` if the type is non-nullable. `derive_more` was unable to help me
here so I implemented it the old-fashioned way. (I think replacing it
with an `enum` could also work.)

V3_GIT_ORIGIN_REV_ID: 35cf573d1efab2bba0707b248ae8b74bd535d0ed
2024-05-02 13:59:36 +00:00
..
auth create auth and utils subdirectories in crates, and move architecture information to a separate doc. (#534) 2024-05-01 09:05:15 +00:00
custom-connector support field presets for input types (#454) 2024-04-23 15:02:04 +00:00
engine Split metadata-resolve into own crate (#543) 2024-05-02 12:29:22 +00:00
lang-graphql Refactor errors, and split execute and explain code path (#525) 2024-05-02 07:29:06 +00:00
metadata-resolve Remove unused Display implementations and fix a broken one. (#545) 2024-05-02 13:59:36 +00:00
metadata-schema-generator All benchmarks must be Criterion benchmarks. (#498) 2024-04-23 13:00:24 +00:00
open-dds Remove unused Display implementations and fix a broken one. (#545) 2024-05-02 13:59:36 +00:00
utils create auth and utils subdirectories in crates, and move architecture information to a separate doc. (#534) 2024-05-01 09:05:15 +00:00