graphql-tool-utilities
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -1,2 +0,2 @@ | ||
import { DocumentNode, GraphQLInputType, GraphQLSchema } from 'graphql'; | ||
import type { DocumentNode, GraphQLInputType, GraphQLSchema } from 'graphql'; | ||
import { BooleanCondition, CompilerOptions, LegacyCompilerContext, LegacyField, LegacyFragment, LegacyInlineFragment, LegacyOperation } from 'apollo-codegen-core/lib/compiler/legacyIR'; | ||
@@ -3,0 +3,0 @@ export declare enum OperationType { |
@@ -1,1 +0,1 @@ | ||
module.exports = require("./build/cjs/index.js"); | ||
module.exports = require("./build/cjs/index.js"); |
{ | ||
"name": "graphql-tool-utilities", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Common utilities for GraphQL developer tools", |
@@ -12,3 +12,3 @@ # `graphql-tool-utilities` | ||
```bash | ||
$ yarn add graphql-tool-utilities | ||
yarn add graphql-tool-utilities | ||
``` | ||
@@ -15,0 +15,0 @@ |
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
9461
107