Commit eeae4eb
authored
Rename ListRecords resolver class to IndexedTypeRootFieldsResolver (#1166)
* Rename ListRecords resolver class to IndexedTypeRootFieldsResolver
The resolver handles both list and aggregation root fields for indexed
types, so the new name reflects its actual responsibility. The
`:list_records` resolver symbol is preserved to avoid a breaking change
to schema artifacts.
Generated with Claude Code
* Rename :list_records resolver symbol to :indexed_type_root_fields
Matches the recent class rename (ListRecords -> IndexedTypeRootFieldsResolver)
and aligns with the existing naming convention where the registered symbol
is the snake_case form of the class name, minus the Resolver suffix (e.g.
GetRecordFieldValue -> :get_record_field_value, NestedRelationships ->
:nested_relationships).
Runtime metadata artifacts regenerate with the new symbol; per the
versioning policy, any schema-artifact regeneration is expected on
upgrade.
Generated with Claude Code1 parent b43b795 commit eeae4eb
16 files changed
Lines changed: 122 additions & 122 deletions
File tree
- config/schema
- artifacts_with_apollo
- artifacts
- elasticgraph-graphql
- lib/elastic_graph/graphql/resolvers
- sig/elastic_graph/graphql/resolvers
- spec
- integration/elastic_graph/graphql/resolvers
- support
- unit/elastic_graph/graphql
- resolvers
- schema
- elasticgraph-schema_definition
- lib/elastic_graph/schema_definition
- schema_elements
- spec/unit/elastic_graph/schema_definition
- graphql_schema
- runtime_metadata
- object_types_by_name
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1829 | 1829 | | |
1830 | 1830 | | |
1831 | 1831 | | |
1832 | | - | |
| 1832 | + | |
1833 | 1833 | | |
1834 | 1834 | | |
1835 | | - | |
1836 | | - | |
| 1835 | + | |
| 1836 | + | |
1837 | 1837 | | |
1838 | 1838 | | |
1839 | 1839 | | |
| |||
6196 | 6196 | | |
6197 | 6197 | | |
6198 | 6198 | | |
6199 | | - | |
| 6199 | + | |
6200 | 6200 | | |
6201 | 6201 | | |
6202 | | - | |
| 6202 | + | |
6203 | 6203 | | |
6204 | 6204 | | |
6205 | | - | |
| 6205 | + | |
6206 | 6206 | | |
6207 | 6207 | | |
6208 | | - | |
| 6208 | + | |
6209 | 6209 | | |
6210 | 6210 | | |
6211 | | - | |
| 6211 | + | |
6212 | 6212 | | |
6213 | 6213 | | |
6214 | | - | |
| 6214 | + | |
6215 | 6215 | | |
6216 | 6216 | | |
6217 | | - | |
| 6217 | + | |
6218 | 6218 | | |
6219 | 6219 | | |
6220 | | - | |
| 6220 | + | |
6221 | 6221 | | |
6222 | 6222 | | |
6223 | | - | |
| 6223 | + | |
6224 | 6224 | | |
6225 | 6225 | | |
6226 | | - | |
| 6226 | + | |
6227 | 6227 | | |
6228 | 6228 | | |
6229 | | - | |
| 6229 | + | |
6230 | 6230 | | |
6231 | 6231 | | |
6232 | | - | |
| 6232 | + | |
6233 | 6233 | | |
6234 | 6234 | | |
6235 | | - | |
| 6235 | + | |
6236 | 6236 | | |
6237 | 6237 | | |
6238 | | - | |
| 6238 | + | |
6239 | 6239 | | |
6240 | 6240 | | |
6241 | | - | |
| 6241 | + | |
6242 | 6242 | | |
6243 | 6243 | | |
6244 | | - | |
| 6244 | + | |
6245 | 6245 | | |
6246 | 6246 | | |
6247 | | - | |
| 6247 | + | |
6248 | 6248 | | |
6249 | 6249 | | |
6250 | | - | |
| 6250 | + | |
6251 | 6251 | | |
6252 | 6252 | | |
6253 | | - | |
| 6253 | + | |
6254 | 6254 | | |
6255 | 6255 | | |
6256 | | - | |
| 6256 | + | |
6257 | 6257 | | |
6258 | 6258 | | |
6259 | | - | |
| 6259 | + | |
6260 | 6260 | | |
6261 | 6261 | | |
6262 | | - | |
| 6262 | + | |
6263 | 6263 | | |
6264 | 6264 | | |
6265 | | - | |
| 6265 | + | |
6266 | 6266 | | |
6267 | 6267 | | |
6268 | | - | |
| 6268 | + | |
6269 | 6269 | | |
6270 | 6270 | | |
6271 | | - | |
| 6271 | + | |
6272 | 6272 | | |
6273 | 6273 | | |
6274 | | - | |
| 6274 | + | |
6275 | 6275 | | |
6276 | 6276 | | |
6277 | | - | |
| 6277 | + | |
6278 | 6278 | | |
6279 | 6279 | | |
6280 | | - | |
| 6280 | + | |
6281 | 6281 | | |
6282 | 6282 | | |
6283 | | - | |
| 6283 | + | |
6284 | 6284 | | |
6285 | 6285 | | |
6286 | | - | |
| 6286 | + | |
6287 | 6287 | | |
6288 | 6288 | | |
6289 | | - | |
| 6289 | + | |
6290 | 6290 | | |
6291 | 6291 | | |
6292 | | - | |
| 6292 | + | |
6293 | 6293 | | |
6294 | 6294 | | |
6295 | | - | |
| 6295 | + | |
6296 | 6296 | | |
6297 | 6297 | | |
6298 | | - | |
| 6298 | + | |
6299 | 6299 | | |
6300 | 6300 | | |
6301 | | - | |
| 6301 | + | |
6302 | 6302 | | |
6303 | 6303 | | |
6304 | | - | |
| 6304 | + | |
6305 | 6305 | | |
6306 | 6306 | | |
6307 | | - | |
| 6307 | + | |
6308 | 6308 | | |
6309 | 6309 | | |
6310 | | - | |
| 6310 | + | |
6311 | 6311 | | |
6312 | 6312 | | |
6313 | | - | |
| 6313 | + | |
6314 | 6314 | | |
6315 | 6315 | | |
6316 | | - | |
| 6316 | + | |
6317 | 6317 | | |
6318 | 6318 | | |
6319 | | - | |
| 6319 | + | |
6320 | 6320 | | |
6321 | 6321 | | |
6322 | | - | |
| 6322 | + | |
6323 | 6323 | | |
6324 | 6324 | | |
6325 | | - | |
| 6325 | + | |
6326 | 6326 | | |
6327 | 6327 | | |
6328 | | - | |
| 6328 | + | |
6329 | 6329 | | |
6330 | 6330 | | |
6331 | 6331 | | |
| |||
0 commit comments