Skip to content

Commit ca9089b

Browse files
committed
update snapshot
1 parent a576770 commit ca9089b

File tree

1 file changed

+1
-42
lines changed

1 file changed

+1
-42
lines changed

src/__tests__/__snapshots__/exports.ts.snap

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,8 @@ exports[`exports of public entry points @apollo/client/react 1`] = `
248248
Array [
249249
"ApolloConsumer",
250250
"ApolloProvider",
251-
"DocumentType",
252251
"createQueryPreloader",
253252
"getApolloContext",
254-
"operationName",
255-
"parser",
256253
"skipToken",
257254
"useApolloClient",
258255
"useBackgroundQuery",
@@ -274,38 +271,8 @@ exports[`exports of public entry points @apollo/client/react with conditions [re
274271
Array [
275272
"ApolloConsumer",
276273
"ApolloProvider",
277-
"DocumentType",
278274
"createQueryPreloader",
279275
"getApolloContext",
280-
"operationName",
281-
"parser",
282-
"useApolloClient",
283-
"useBackgroundQuery",
284-
"useFragment",
285-
"useLazyQuery",
286-
"useLoadableQuery",
287-
"useMutation",
288-
"useQuery",
289-
"useQueryRefHandlers",
290-
"useReactiveVar",
291-
"useReadQuery",
292-
"useSubscription",
293-
"useSuspenseFragment",
294-
"useSuspenseQuery",
295-
]
296-
`;
297-
298-
exports[`exports of public entry points @apollo/client/react/context 1`] = `
299-
Array [
300-
"ApolloConsumer",
301-
"ApolloProvider",
302-
"getApolloContext",
303-
]
304-
`;
305-
306-
exports[`exports of public entry points @apollo/client/react/hooks 1`] = `
307-
Array [
308-
"skipToken",
309276
"useApolloClient",
310277
"useBackgroundQuery",
311278
"useFragment",
@@ -335,15 +302,6 @@ Array [
335302
]
336303
`;
337304

338-
exports[`exports of public entry points @apollo/client/react/parser 1`] = `
339-
Array [
340-
"DocumentType",
341-
"operationName",
342-
"parser",
343-
"verifyDocumentType",
344-
]
345-
`;
346-
347305
exports[`exports of public entry points @apollo/client/react/ssr 1`] = `
348306
Array [
349307
"getDataFromTree",
@@ -503,6 +461,7 @@ Array [
503461
"stringifyForDisplay",
504462
"stripTypename",
505463
"valueToObjectRepresentation",
464+
"verifyDocumentType",
506465
"wrapPromiseWithState",
507466
]
508467
`;

0 commit comments

Comments
 (0)