Skip to content
New issue

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

Restrict types of predicates applied to queries depending on the query output type #4569

Open
DCNick3 opened this issue May 8, 2024 · 0 comments
Assignees
Labels
api-changes Changes in the API for client libraries Enhancement New feature or request queries

Comments

@DCNick3
Copy link
Contributor

DCNick3 commented May 8, 2024

To implement #3671 we would need to add more predicate types like account predicates or asset predicates.

However our current API allows the clients to specify any predicate filter, without any regard to whether the predicate type would be compatible or not.

In the client-facing API we should restrict the types of predicates allowed for a less error-prone API

@DCNick3 DCNick3 added Enhancement New feature or request api-changes Changes in the API for client libraries queries labels May 8, 2024
@DCNick3 DCNick3 self-assigned this May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-changes Changes in the API for client libraries Enhancement New feature or request queries
Projects
None yet
Development

No branches or pull requests

1 participant