Is your feature request related to a problem? Please describe.
I want type information when using subgraph and fieldpath objects.
Describe the solution you'd like
Generating .pyi files for full type information, likely thru a CLI command in contrib.
Describe alternatives you've considered
- Using notebooks
- Large projects are easier with packages
Additional context
Likely would be a tall ordering and would only work on CLI or first time .load_subgraph is invoked.
Implementation checklist
Is your feature request related to a problem? Please describe.
I want type information when using subgraph and fieldpath objects.
Describe the solution you'd like
Generating
.pyifiles for full type information, likely thru a CLI command incontrib.Describe alternatives you've considered
Additional context
Likely would be a tall ordering and would only work on CLI or first time
.load_subgraphis invoked.Implementation checklist