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 Feb 5, 2025
1 parent 667a7d4 commit 5f97142
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 32 deletions.
4 changes: 3 additions & 1 deletion .api-reports/api-report-core.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export interface ApolloPayloadResult<TData = Record<string, any>, TExtensions =

// @public (undocumented)
export interface ApolloQueryResult<T> {
complete?: boolean;
complete: boolean;
// (undocumented)
data: T | undefined;
error?: ApolloError;
Expand All @@ -268,6 +268,8 @@ export interface ApolloQueryResult<T> {
loading: boolean;
// (undocumented)
networkStatus: NetworkStatus;
// @deprecated
partial: boolean;
}

// @public (undocumented)
Expand Down
8 changes: 5 additions & 3 deletions .api-reports/api-report-react.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ interface ApolloProviderProps<TCache> {

// @public (undocumented)
interface ApolloQueryResult<T> {
complete?: boolean;
complete: boolean;
// (undocumented)
data: T | undefined;
// Warning: (ae-forgotten-export) The symbol "ApolloError" needs to be exported by the entry point index.d.ts
Expand All @@ -339,6 +339,8 @@ interface ApolloQueryResult<T> {
//
// (undocumented)
networkStatus: NetworkStatus;
// @deprecated
partial: boolean;
}

// @public
Expand Down Expand Up @@ -2518,8 +2520,8 @@ interface WatchQueryOptions<TVariables extends OperationVariables = OperationVar
// src/core/ObservableQuery.ts:121:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
// src/core/QueryManager.ts:159:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
// src/core/QueryManager.ts:414:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
// src/core/types.ts:176:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
// src/core/types.ts:205:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
// src/core/types.ts:184:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
// src/core/types.ts:213:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
// src/core/watchQueryOptions.ts:271:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts
// src/react/hooks/useBackgroundQuery.ts:38:3 - (ae-forgotten-export) The symbol "SubscribeToMoreFunction" needs to be exported by the entry point index.d.ts
// src/react/hooks/useBackgroundQuery.ts:54:3 - (ae-forgotten-export) The symbol "FetchMoreFunction" needs to be exported by the entry point index.d.ts
Expand Down
8 changes: 5 additions & 3 deletions .api-reports/api-report-react_context.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ export interface ApolloProviderProps<TCache> {

// @public (undocumented)
interface ApolloQueryResult<T> {
complete?: boolean;
complete: boolean;
// (undocumented)
data: T | undefined;
// Warning: (ae-forgotten-export) The symbol "ApolloError" needs to be exported by the entry point index.d.ts
Expand All @@ -335,6 +335,8 @@ interface ApolloQueryResult<T> {
//
// (undocumented)
networkStatus: NetworkStatus;
// @deprecated
partial: boolean;
}

// @public
Expand Down Expand Up @@ -1920,8 +1922,8 @@ interface WatchQueryOptions<TVariables extends OperationVariables = OperationVar
// src/core/ObservableQuery.ts:121:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
// src/core/QueryManager.ts:159:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
// src/core/QueryManager.ts:414:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
// src/core/types.ts:176:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
// src/core/types.ts:205:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
// src/core/types.ts:184:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
// src/core/types.ts:213:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
// src/core/watchQueryOptions.ts:271:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts

// (No @packageDocumentation comment for this package)
Expand Down
8 changes: 5 additions & 3 deletions .api-reports/api-report-react_hooks.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ class ApolloLink {

// @public (undocumented)
interface ApolloQueryResult<T> {
complete?: boolean;
complete: boolean;
// (undocumented)
data: T | undefined;
// Warning: (ae-forgotten-export) The symbol "ApolloError" needs to be exported by the entry point index.d.ts
Expand All @@ -302,6 +302,8 @@ interface ApolloQueryResult<T> {
//
// (undocumented)
networkStatus: NetworkStatus;
// @deprecated
partial: boolean;
}

// @public
Expand Down Expand Up @@ -2345,8 +2347,8 @@ interface WatchQueryOptions<TVariables extends OperationVariables = OperationVar
// src/core/ObservableQuery.ts:121:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
// src/core/QueryManager.ts:159:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
// src/core/QueryManager.ts:414:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
// src/core/types.ts:176:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
// src/core/types.ts:205:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
// src/core/types.ts:184:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
// src/core/types.ts:213:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
// src/core/watchQueryOptions.ts:271:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts
// src/react/hooks/useBackgroundQuery.ts:38:3 - (ae-forgotten-export) The symbol "SubscribeToMoreFunction" needs to be exported by the entry point index.d.ts
// src/react/hooks/useBackgroundQuery.ts:54:3 - (ae-forgotten-export) The symbol "FetchMoreFunction" needs to be exported by the entry point index.d.ts
Expand Down
8 changes: 5 additions & 3 deletions .api-reports/api-report-react_internal.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ class ApolloLink {

// @public (undocumented)
interface ApolloQueryResult<T> {
complete?: boolean;
complete: boolean;
// (undocumented)
data: T | undefined;
// Warning: (ae-forgotten-export) The symbol "ApolloError" needs to be exported by the entry point index.d.ts
Expand All @@ -302,6 +302,8 @@ interface ApolloQueryResult<T> {
//
// (undocumented)
networkStatus: NetworkStatus;
// @deprecated
partial: boolean;
}

// Warning: (ae-forgotten-export) The symbol "WrappedQueryRef" needs to be exported by the entry point index.d.ts
Expand Down Expand Up @@ -2408,8 +2410,8 @@ export function wrapQueryRef<TData, TVariables extends OperationVariables>(inter
// src/core/ObservableQuery.ts:121:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
// src/core/QueryManager.ts:159:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
// src/core/QueryManager.ts:414:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
// src/core/types.ts:176:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
// src/core/types.ts:205:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
// src/core/types.ts:184:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
// src/core/types.ts:213:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
// src/core/watchQueryOptions.ts:271:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts
// src/react/hooks/useBackgroundQuery.ts:38:3 - (ae-forgotten-export) The symbol "SubscribeToMoreFunction" needs to be exported by the entry point index.d.ts
// src/react/hooks/useBackgroundQuery.ts:54:3 - (ae-forgotten-export) The symbol "FetchMoreFunction" needs to be exported by the entry point index.d.ts
Expand Down
8 changes: 5 additions & 3 deletions .api-reports/api-report-react_ssr.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class ApolloLink {

// @public (undocumented)
interface ApolloQueryResult<T> {
complete?: boolean;
complete: boolean;
// (undocumented)
data: T | undefined;
// Warning: (ae-forgotten-export) The symbol "ApolloError" needs to be exported by the entry point index.d.ts
Expand All @@ -303,6 +303,8 @@ interface ApolloQueryResult<T> {
//
// (undocumented)
networkStatus: NetworkStatus;
// @deprecated
partial: boolean;
}

// @public
Expand Down Expand Up @@ -1908,8 +1910,8 @@ interface WatchQueryOptions<TVariables extends OperationVariables = OperationVar
// src/core/ObservableQuery.ts:121:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
// src/core/QueryManager.ts:159:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
// src/core/QueryManager.ts:414:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
// src/core/types.ts:176:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
// src/core/types.ts:205:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
// src/core/types.ts:184:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
// src/core/types.ts:213:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
// src/core/watchQueryOptions.ts:271:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts

// (No @packageDocumentation comment for this package)
Expand Down
8 changes: 5 additions & 3 deletions .api-reports/api-report-testing.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ class ApolloLink {

// @public (undocumented)
interface ApolloQueryResult<T> {
complete?: boolean;
complete: boolean;
// (undocumented)
data: T | undefined;
// Warning: (ae-forgotten-export) The symbol "ApolloError" needs to be exported by the entry point index.d.ts
Expand All @@ -302,6 +302,8 @@ interface ApolloQueryResult<T> {
//
// (undocumented)
networkStatus: NetworkStatus;
// @deprecated
partial: boolean;
}

// @public
Expand Down Expand Up @@ -1923,8 +1925,8 @@ export function withWarningSpy<TArgs extends any[], TResult>(it: (...args: TArgs
// src/core/ObservableQuery.ts:121:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
// src/core/QueryManager.ts:159:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
// src/core/QueryManager.ts:414:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
// src/core/types.ts:176:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
// src/core/types.ts:205:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
// src/core/types.ts:184:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
// src/core/types.ts:213:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
// src/core/watchQueryOptions.ts:271:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts

// (No @packageDocumentation comment for this package)
Expand Down
8 changes: 5 additions & 3 deletions .api-reports/api-report-testing_core.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ class ApolloLink {

// @public (undocumented)
interface ApolloQueryResult<T> {
complete?: boolean;
complete: boolean;
// (undocumented)
data: T | undefined;
// Warning: (ae-forgotten-export) The symbol "ApolloError" needs to be exported by the entry point index.d.ts
Expand All @@ -302,6 +302,8 @@ interface ApolloQueryResult<T> {
//
// (undocumented)
networkStatus: NetworkStatus;
// @deprecated
partial: boolean;
}

// @public
Expand Down Expand Up @@ -1923,8 +1925,8 @@ export function withWarningSpy<TArgs extends any[], TResult>(it: (...args: TArgs
// src/core/ObservableQuery.ts:121:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
// src/core/QueryManager.ts:159:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
// src/core/QueryManager.ts:414:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
// src/core/types.ts:176:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
// src/core/types.ts:205:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
// src/core/types.ts:184:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
// src/core/types.ts:213:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
// src/core/watchQueryOptions.ts:271:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts

// (No @packageDocumentation comment for this package)
Expand Down
2 changes: 1 addition & 1 deletion .api-reports/api-report-testing_experimental.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ interface TestSchemaOptions {
// Warnings were encountered during analysis:
//
// src/core/LocalState.ts:46:5 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts
// src/core/types.ts:205:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
// src/core/types.ts:213:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
// src/testing/experimental/createTestSchema.ts:10:23 - (ae-forgotten-export) The symbol "Resolvers" needs to be exported by the entry point index.d.ts

// (No @packageDocumentation comment for this package)
Expand Down
8 changes: 5 additions & 3 deletions .api-reports/api-report-testing_react.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class ApolloLink {

// @public (undocumented)
interface ApolloQueryResult<T> {
complete?: boolean;
complete: boolean;
// (undocumented)
data: T | undefined;
// Warning: (ae-forgotten-export) The symbol "ApolloError" needs to be exported by the entry point index.d.ts
Expand All @@ -303,6 +303,8 @@ interface ApolloQueryResult<T> {
//
// (undocumented)
networkStatus: NetworkStatus;
// @deprecated
partial: boolean;
}

// @public
Expand Down Expand Up @@ -1872,8 +1874,8 @@ interface WatchQueryOptions<TVariables extends OperationVariables = OperationVar
// src/core/ObservableQuery.ts:121:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
// src/core/QueryManager.ts:159:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
// src/core/QueryManager.ts:414:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
// src/core/types.ts:176:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
// src/core/types.ts:205:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
// src/core/types.ts:184:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
// src/core/types.ts:213:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
// src/core/watchQueryOptions.ts:271:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts

// (No @packageDocumentation comment for this package)
Expand Down
8 changes: 5 additions & 3 deletions .api-reports/api-report-utilities.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ interface ApolloPayloadResult<TData = Record<string, any>, TExtensions = Record<

// @public (undocumented)
interface ApolloQueryResult<T> {
complete?: boolean;
complete: boolean;
// (undocumented)
data: T | undefined;
// Warning: (ae-forgotten-export) The symbol "ApolloError" needs to be exported by the entry point index.d.ts
Expand All @@ -328,6 +328,8 @@ interface ApolloQueryResult<T> {
//
// (undocumented)
networkStatus: NetworkStatus;
// @deprecated
partial: boolean;
}

// @public (undocumented)
Expand Down Expand Up @@ -2883,8 +2885,8 @@ interface WriteContext extends ReadMergeModifyContext {
// src/core/ObservableQuery.ts:121:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
// src/core/QueryManager.ts:159:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
// src/core/QueryManager.ts:414:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
// src/core/types.ts:176:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
// src/core/types.ts:205:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
// src/core/types.ts:184:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts
// src/core/types.ts:213:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts
// src/core/watchQueryOptions.ts:271:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts
// src/utilities/graphql/storeUtils.ts:226:12 - (ae-forgotten-export) The symbol "storeKeyNameStringify" needs to be exported by the entry point index.d.ts
// src/utilities/policies/pagination.ts:76:3 - (ae-forgotten-export) The symbol "TRelayEdge" needs to be exported by the entry point index.d.ts
Expand Down
4 changes: 3 additions & 1 deletion .api-reports/api-report.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export interface ApolloPayloadResult<TData = Record<string, any>, TExtensions =

// @public (undocumented)
export interface ApolloQueryResult<T> {
complete?: boolean;
complete: boolean;
// (undocumented)
data: T | undefined;
error?: ApolloError;
Expand All @@ -268,6 +268,8 @@ export interface ApolloQueryResult<T> {
loading: boolean;
// (undocumented)
networkStatus: NetworkStatus;
// @deprecated
partial: boolean;
}

// @public (undocumented)
Expand Down
4 changes: 2 additions & 2 deletions .size-limits.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"dist/apollo-client.min.cjs": 34284,
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 34370
"dist/apollo-client.min.cjs": 34298,
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 34387
}

0 comments on commit 5f97142

Please sign in to comment.