graphql-engine/v3/crates
Vamshi Surabhi 4aefdabb65 avoid using raw Strings in more places (#923)
- `DataConnectorAggregationFunctionName` and `AggregateFunctionName` now
use `str_newtype`.
- All usages of `String`s for subgraph names are removed.

(This is part of a larger effort to remove references in
`execute::plan::QueryPlan`).

V3_GIT_ORIGIN_REV_ID: d51f0a2335e8dabbc9efdad1d1efff285ddb74c3
2024-08-05 22:27:47 +00:00
..
auth add a flag to log traces to stdout (#931) 2024-08-05 08:29:46 +00:00
custom-connector Bug fixes around argument presets in the DataConnectorLink (#866) 2024-08-02 09:25:45 +00:00
engine add a flag to log traces to stdout (#931) 2024-08-05 08:29:46 +00:00
execute avoid using raw Strings in more places (#923) 2024-08-05 22:27:47 +00:00
ir avoid using raw Strings in more places (#923) 2024-08-05 22:27:47 +00:00
lang-graphql Explicitly import thiserror::Error in place (#827) 2024-07-11 15:18:27 +00:00
metadata-resolve avoid using raw Strings in more places (#923) 2024-08-05 22:27:47 +00:00
metadata-schema-generator Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +00:00
open-dds avoid using raw Strings in more places (#923) 2024-08-05 22:27:47 +00:00
plugins/pre-execution-plugin Explicitly import thiserror::Error in place (#827) 2024-07-11 15:18:27 +00:00
query-usage-analytics avoid using raw Strings in more places (#923) 2024-08-05 22:27:47 +00:00
schema avoid using raw Strings in more places (#923) 2024-08-05 22:27:47 +00:00
sql avoid using raw Strings in more places (#923) 2024-08-05 22:27:47 +00:00
utils add a flag to log traces to stdout (#931) 2024-08-05 08:29:46 +00:00