@shopify/graphql-testing
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -1,4 +0,5 @@ | ||
import { GraphQL, Options } from './graphql-controller'; | ||
import type { Options } from './graphql-controller'; | ||
import { GraphQL } from './graphql-controller'; | ||
import type { GraphQLMock } from './types'; | ||
export declare function createGraphQLFactory(options?: Options): (mock?: GraphQLMock) => GraphQL; | ||
//# sourceMappingURL=factory.d.ts.map |
@@ -1,2 +0,3 @@ | ||
import { ApolloClient, ApolloLink, InMemoryCacheConfig } from '@apollo/client'; | ||
import type { InMemoryCacheConfig } from '@apollo/client'; | ||
import { ApolloClient, ApolloLink } from '@apollo/client'; | ||
import { Operations } from './operations'; | ||
@@ -3,0 +4,0 @@ import type { GraphQLMock, MockRequest, FindOptions } from './types'; |
@@ -1,2 +0,3 @@ | ||
import { ApolloLink, Observable, Operation, NextLink, FetchResult } from '@apollo/client'; | ||
import type { Operation, NextLink, FetchResult } from '@apollo/client'; | ||
import { ApolloLink, Observable } from '@apollo/client'; | ||
import type { MockRequest } from '../types'; | ||
@@ -3,0 +4,0 @@ interface Options { |
@@ -1,2 +0,3 @@ | ||
import { ApolloLink, Observable, Operation } from '@apollo/client'; | ||
import type { Operation } from '@apollo/client'; | ||
import { ApolloLink, Observable } from '@apollo/client'; | ||
import type { GraphQLMock } from '../types'; | ||
@@ -3,0 +4,0 @@ export declare class MockLink extends ApolloLink { |
{ | ||
"name": "@shopify/graphql-testing", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"license": "MIT", | ||
@@ -39,3 +39,3 @@ "description": "Utilities to create mock GraphQL factories", | ||
"devDependencies": { | ||
"graphql-typed": "^2.0.1" | ||
"graphql-typed": "^2.0.2" | ||
}, | ||
@@ -42,0 +42,0 @@ "files": [ |
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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61406
841