firebase-admin-node icon indicating copy to clipboard operation
firebase-admin-node copied to clipboard

[data-connect] Error property is missing in ExecuteGraphqlResponse

Open cngeru opened this issue 5 months ago • 2 comments

  • 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

cngeru avatar Sep 11 '25 17:09 cngeru

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.

google-oss-bot avatar Sep 11 '25 17:09 google-oss-bot

Hi @cngeru, thanks for your report. We're looking into modifying the exported interface.

maneesht avatar Sep 11 '25 19:09 maneesht