subgrounds icon indicating copy to clipboard operation
subgrounds copied to clipboard

Syntax Sugar for `._select`

Open 0xMochan opened this issue 1 year ago • 0 comments

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!

0xMochan avatar May 31 '23 05:05 0xMochan