SIGN IN SIGN UP

Add ParametricTypeName to support names of types like arrays and tuples. (#940)

Adds to `_schemapath`
- `ParametricTypeName` which represents a type with parameters such as `array<int64>`.
- `TypeName` which is an alias for `SchemaPath | ParametricTypeName`

Then uses these:
- Change query builder expressions to use `TypeName` instead of `SchemaPath` for types.
- Add `type_name` to `GelTypeMetadata.__gel_reflection__`
D
dnwpark committed
6402540d3eb151a7857631b50d90f816459a446e
Parent: b2c9224
Committed by GitHub <noreply@github.com> on 10/3/2025, 7:26:36 PM