Skip to content

Commit

Permalink
Update API report and size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jan 31, 2025
1 parent 3015c3b commit 48711e6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .api-reports/api-report-testing_react.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,7 @@ class ApolloError extends Error {
// (undocumented)
networkError: Error | ServerParseError | ServerError | null;
// (undocumented)
protocolErrors: ReadonlyArray<{
message: string;
extensions?: GraphQLErrorExtensions[];
}>;
protocolErrors: ReadonlyArray<GraphQLFormattedError>;
}

// @public (undocumented)
Expand All @@ -252,10 +249,7 @@ interface ApolloErrorOptions {
// (undocumented)
networkError?: Error | ServerParseError | ServerError | null;
// (undocumented)
protocolErrors?: ReadonlyArray<{
message: string;
extensions?: GraphQLErrorExtensions[];
}>;
protocolErrors?: ReadonlyArray<GraphQLFormattedError>;
}

// @public (undocumented)
Expand Down

0 comments on commit 48711e6

Please sign in to comment.