graphql-validate-fixtures
Advanced tools
Comparing version 0.9.1 to 0.10.0
@@ -16,3 +16,2 @@ "use strict"; | ||
const graphql_tool_utilities_1 = require("graphql-tool-utilities"); | ||
const ast_1 = require("graphql-tool-utilities/ast"); | ||
const validate_1 = require("./validate"); | ||
@@ -47,3 +46,3 @@ function evaluateFixtures(fixturePaths, { cwd }) { | ||
return { | ||
ast: ast_1.compile(schema, document), | ||
ast: graphql_tool_utilities_1.compile(schema, document), | ||
config: projectConfig, | ||
@@ -50,0 +49,0 @@ }; |
import { GraphQLProjectConfig } from 'graphql-config'; | ||
import { AST, Operation } from 'graphql-tool-utilities/ast'; | ||
import { AST, Operation } from 'graphql-tool-utilities'; | ||
export declare type KeyPath = string; | ||
@@ -4,0 +4,0 @@ export interface Fixture { |
{ | ||
"name": "graphql-validate-fixtures", | ||
"description": "Validates JSON fixtures for GraphQL responses against the associated operations and schema", | ||
"version": "0.9.1", | ||
"version": "0.10.0", | ||
"main": "lib/index.js", | ||
@@ -33,3 +33,3 @@ "license": "MIT", | ||
"glob": "^7.1.2", | ||
"graphql-tool-utilities": "^0.8.1", | ||
"graphql-tool-utilities": "^0.9.0", | ||
"yargs": "^11.0.0" | ||
@@ -36,0 +36,0 @@ }, |
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
23513
502
+ Addedgraphql-tool-utilities@0.9.2(transitive)
- Removedgraphql-tool-utilities@0.8.1(transitive)