[Feature]: Access responseMeta for Query Modules (Packages) #36884
Labels
Enhancement
New feature or request
Packages Pod
issues that belong to the packages pod
QA Pod
Issues under the QA Pod
QA
Needs QA attention
Is there an existing issue for this?
Summary
Regular queries have the
responseMeta
property, but for Query Modules used inside an app, it is not possible to access the response meta.Why should this be worked on?
Users may want to check the response meta, for example, check if the execution was successful or not by using
responseMeta.isExecutionSuccess
, which is not possible if they are using packages.The text was updated successfully, but these errors were encountered: