@shopify/graphql-testing
Advanced tools
Comparing version 8.2.0 to 8.2.1
@@ -11,3 +11,5 @@ import type { DocumentNode, ExecutionResult } from 'graphql'; | ||
} | ||
export type MockGraphQLResponse = Error | ExecutionResult['data']; | ||
export type MockGraphQLResponse = Error | ExecutionResult<{ | ||
[key: string]: any; | ||
}>['data']; | ||
export type MockGraphQLFunction = (request: GraphQLRequest) => MockGraphQLResponse; | ||
@@ -14,0 +16,0 @@ export type GraphQLMock = { |
{ | ||
"name": "@shopify/graphql-testing", | ||
"version": "8.2.0", | ||
"version": "8.2.1", | ||
"license": "MIT", | ||
@@ -38,3 +38,4 @@ "description": "Utilities to create mock GraphQL factories", | ||
"devDependencies": { | ||
"graphql-typed": "^2.3.0" | ||
"graphql-typed": "^2.3.0", | ||
"@apollo/client": "^3.5.8" | ||
}, | ||
@@ -41,0 +42,0 @@ "peerDependencies": { |
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
62543
860
2