Skip to content

Commit

Permalink
properly export maskTypename and update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Feb 12, 2020
1 parent 2284b9f commit 7fc0f4a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/core/src/__snapshots__/client.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Client {
"executeSubscription": [Function],
"fetch": undefined,
"fetchOptions": undefined,
"maskTypename": false,
"operations$": [Function],
"preferGetMethod": false,
"reexecuteOperation": [Function],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export {
makeResult,
makeErrorResult,
formatDocument,
stripTypename,
maskTypename,
} from './utils';
4 changes: 4 additions & 0 deletions packages/react-urql/src/__snapshots__/context.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Object {
"executeSubscription": [Function],
"fetch": undefined,
"fetchOptions": undefined,
"maskTypename": false,
"operations$": [Function],
"preferGetMethod": false,
"reexecuteOperation": [Function],
Expand All @@ -44,6 +45,7 @@ Object {
"executeSubscription": [Function],
"fetch": undefined,
"fetchOptions": undefined,
"maskTypename": false,
"operations$": [Function],
"preferGetMethod": false,
"reexecuteOperation": [Function],
Expand Down Expand Up @@ -82,6 +84,7 @@ Object {
"executeSubscription": [Function],
"fetch": undefined,
"fetchOptions": undefined,
"maskTypename": false,
"operations$": [Function],
"preferGetMethod": false,
"reexecuteOperation": [Function],
Expand All @@ -101,6 +104,7 @@ Object {
"executeSubscription": [Function],
"fetch": undefined,
"fetchOptions": undefined,
"maskTypename": false,
"operations$": [Function],
"preferGetMethod": false,
"reexecuteOperation": [Function],
Expand Down

0 comments on commit 7fc0f4a

Please sign in to comment.