graphql-engine/v3/crates
Samir Talwar 39c7385892 Allow the OpenDDS schema ID to be partially overridden. (#710)
Rules:
* The schema ID is set by the `id` property, falling back to `rename`.
* The schema ID is always prefixed by a URL base.
* The schema name is set by the `rename` property, falling back to `id`.
* The schema title is set by the `title` property, falling back to
`rename`, then `id`.
* If the name or title are automatically created from the ID, remove
characters that might choke a code generator, such as ' ' or '/'.
V3_GIT_ORIGIN_REV_ID: fac46a0849c2f36642daeca2971fdce7d253256a
2024-06-12 13:49:12 +00:00
..
auth Semicolons, everywhere! (#700) 2024-06-11 15:33:32 +00:00
custom-connector Inline format arguments into the format string when possible. (#703) 2024-06-12 11:25:38 +00:00
engine Aggregates Root Field - Part 3: GraphQL API (#685) 2024-06-12 09:02:12 +00:00
execute Inline format arguments into the format string when possible. (#703) 2024-06-12 11:25:38 +00:00
lang-graphql Inline format arguments into the format string when possible. (#703) 2024-06-12 11:25:38 +00:00
metadata-resolve Inline format arguments into the format string when possible. (#703) 2024-06-12 11:25:38 +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 Inline format arguments into the format string when possible. (#703) 2024-06-12 11:25:38 +00:00
query-usage-analytics Inline format arguments into the format string when possible. (#703) 2024-06-12 11:25:38 +00:00
schema Inline format arguments into the format string when possible. (#703) 2024-06-12 11:25:38 +00:00
utils Allow the OpenDDS schema ID to be partially overridden. (#710) 2024-06-12 13:49:12 +00:00