-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
._select is pretty verbose, especially when forced to use it with keywords like "from"
subgraph.Query.snapshots._select("from")Describe the solution you'd like
Use the subscript helpers for a cleaner syntax (and more intuitive)!
subgraph.Query.snapshots["from"]Implementation checklist
- Add
__setitem__and__getitem__ - Add tests for those!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers