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
In scenarios where I would need to count the amount of objects that match a query, I have 2 options today:
retrieve the objects and take the length of the resulting list, which could be expensive, because we would automatically fetch attributes and relationships of cardinality one
construct a raw GraphQL query
The above approaches are not ideal and we could make this more simple and less expensive.
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Component
Python SDK
Describe the Feature Request
Add a count method that allows you to count the kind of objects that match your query:
Describe the Use Case
In scenarios where I would need to count the amount of objects that match a query, I have 2 options today:
The above approaches are not ideal and we could make this more simple and less expensive.
Additional Information
No response
The text was updated successfully, but these errors were encountered: