Hi, lately I've needed to pass some data to a .request to customize my REST calls. But the only way is with a Query(), which causes errors like "field doesn't exist" or performing the query locally when I don't want to.
Previously, providerArgs helped with this, but with the new version, it's no longer possible to pass data to the request without using a query. Thanks.
Hi, lately I've needed to pass some data to a
.requestto customize my REST calls. But the only way is with aQuery(), which causes errors like "field doesn't exist" or performing the query locally when I don't want to.Previously,
providerArgshelped with this, but with the new version, it's no longer possible to pass data to the request without using a query. Thanks.