You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing as this client library does not yet support a query builder, I would love to be able to pass in dataclasses when I'm making queries with EdgeQL. It would be something like this:
Additionally, if possible, I'd like to see if we could get support for other dependencies such as attrs or pydantic. Especially with attrs, we could support converters and validators to help ensure with the query building process that data is properly being sent.
Seeing as this client library does not yet support a query builder, I would love to be able to pass in dataclasses when I'm making queries with EdgeQL. It would be something like this:
Additionally, if possible, I'd like to see if we could get support for other dependencies such as
attrs
orpydantic
. Especially withattrs
, we could support converters and validators to help ensure with the query building process that data is properly being sent.The text was updated successfully, but these errors were encountered: