firebase-admin-node
firebase-admin-node copied to clipboard
[data-connect] Error property is missing in ExecuteGraphqlResponse
- Firebase Admin version: 13.5.0
- Firebase Product: data-connect
- Node.js version: 22
The error property is missing in the ExecuteGraphqlResponse<GraphqlResponse> interface
const result = await dataConnect.insert("TableName", Variables);
result.errors is not available despite the documentation stating it should be present here
I found a few problems with this issue:
- I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
- This issue does not seem to follow the issue template. Make sure you provide all the required information.
Hi @cngeru, thanks for your report. We're looking into modifying the exported interface.