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 3 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