Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@shopify/graphql-testing

Package Overview
Dependencies
Maintainers
0
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/graphql-testing - npm Package Compare versions

Comparing version 8.2.0 to 8.2.1

4

build/ts/types.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc