Skip to content

Commit 3fe4502

Browse files
committed
add comment, v1
1 parent bbf22f0 commit 3fe4502

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/core/ApolloClient.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,13 @@ export declare namespace ApolloClient {
133133
*/
134134
incrementalHandler?: Incremental.Handler<any>;
135135

136+
/**
137+
* @experimental
138+
* Allows passing in "experiments", experimental features that might one day
139+
* become part of Apollo Client's core functionality.
140+
* Keep in mind that these features might change the core of Apollo Client.
141+
* Do not pass in experiments that are not provided by Apollo.
142+
*/
136143
experiments?: ApolloClient.Experiment[];
137144
}
138145

@@ -615,6 +622,7 @@ export declare namespace ApolloClient {
615622

616623
export interface Experiment {
617624
(this: ApolloClient, options: ApolloClient.Options): void;
625+
v: 1;
618626
}
619627
}
620628

0 commit comments

Comments
 (0)