From 48711e6364656878058d2c224020fc8160577a35 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Fri, 31 Jan 2025 10:20:36 -0700 Subject: [PATCH] Update API report and size limits --- .api-reports/api-report-testing_react.api.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.api-reports/api-report-testing_react.api.md b/.api-reports/api-report-testing_react.api.md index ef5f9c65b67..9bfb09be284 100644 --- a/.api-reports/api-report-testing_react.api.md +++ b/.api-reports/api-report-testing_react.api.md @@ -233,10 +233,7 @@ class ApolloError extends Error { // (undocumented) networkError: Error | ServerParseError | ServerError | null; // (undocumented) - protocolErrors: ReadonlyArray<{ - message: string; - extensions?: GraphQLErrorExtensions[]; - }>; + protocolErrors: ReadonlyArray; } // @public (undocumented) @@ -252,10 +249,7 @@ interface ApolloErrorOptions { // (undocumented) networkError?: Error | ServerParseError | ServerError | null; // (undocumented) - protocolErrors?: ReadonlyArray<{ - message: string; - extensions?: GraphQLErrorExtensions[]; - }>; + protocolErrors?: ReadonlyArray; } // @public (undocumented)