We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
._select
Is your feature request related to a problem? Please describe. ._select is pretty verbose, especially when forced to use it with keywords like "from"
"from"
subgraph.Query.snapshots._select("from")
Describe the solution you'd like Use the subscript helpers for a cleaner syntax (and more intuitive)!
subscript
subgraph.Query.snapshots["from"]
Implementation checklist
__setitem__
__getitem__
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
._select
is pretty verbose, especially when forced to use it with keywords like"from"
Describe the solution you'd like
Use the
subscript
helpers for a cleaner syntax (and more intuitive)!Implementation checklist
__setitem__
and__getitem__
The text was updated successfully, but these errors were encountered: