graphql-engine/v3/crates
Samir Talwar 551f43e1bf Auto-generate schema titles that a code generator would like. (#696)
It turns out that code generators based on JSON schemas don't always
play nicely with characters such as `' '` or `'/'`. To work around this,
when we use the schema name as a title, we replace any non-alphanumeric
character or underscore with an underscore (`'_'`).

V3_GIT_ORIGIN_REV_ID: 6af9a92c84c59294ff28bae27d7421627cde6a80
2024-06-11 13:40:45 +00:00
..
auth Bump serde from 1.0.202 to 1.0.203 (#687) 2024-06-10 06:26:06 +00:00
custom-connector add tests for input type infinite recursion bug (#681) 2024-06-07 07:00:03 +00:00
engine Resolve nested object boolean expressions (#680) 2024-06-11 12:57:21 +00:00
execute Resolve nested object boolean expressions (#680) 2024-06-11 12:57:21 +00:00
lang-graphql Remove namespace arguments (#691) 2024-06-10 21:01:34 +00:00
metadata-resolve Resolve nested object boolean expressions (#680) 2024-06-11 12:57:21 +00:00
metadata-schema-generator Bump schemars from 0.8.19 to 0.8.20 (#592) 2024-05-20 08:45:48 +00:00
open-dds Remove duplicate JSON Schema entries (#692) 2024-06-11 08:28:30 +00:00
query-usage-analytics Bump serde from 1.0.202 to 1.0.203 (#687) 2024-06-10 06:26:06 +00:00
schema Resolve nested object boolean expressions (#680) 2024-06-11 12:57:21 +00:00
utils Auto-generate schema titles that a code generator would like. (#696) 2024-06-11 13:40:45 +00:00