@shopify/graphql-testing
Advanced tools
Comparing version 0.0.0-snapshot-20220915124219 to 0.0.0-snapshot-20221017173818
@@ -7,3 +7,3 @@ 'use strict'; | ||
var apolloCacheInmemory = require('apollo-cache-inmemory'); | ||
var client = require('./client.js'); | ||
var apolloClient = require('apollo-client'); | ||
var operations = require('./operations.js'); | ||
@@ -51,3 +51,3 @@ var utilities = require('./utilities.js'); | ||
}), this.mockLink]); | ||
this.client = new client.TestingApolloClient({ | ||
this.client = new apolloClient.ApolloClient({ | ||
assumeImmutableResults, | ||
@@ -54,0 +54,0 @@ link, |
{ | ||
"name": "@shopify/graphql-testing", | ||
"version": "0.0.0-snapshot-20220915124219", | ||
"version": "0.0.0-snapshot-20221017173818", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Utilities to create mock GraphQL factories", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
58598
62
822