graphql-mini-transforms
Advanced tools
Comparing version 0.0.0-snapshot-20220830162605 to 0.0.0-snapshot-20221129214725
@@ -10,3 +10,9 @@ import { DocumentNode as UntypedDocumentNode } from 'graphql'; | ||
}; | ||
export declare function toSimpleDocument<Data, Variables, DeepPartial>(document: DocumentNode<Data, Variables, DeepPartial>): SimpleDocument<Data, Variables, DeepPartial>; | ||
export declare function toSimpleDocument<Data extends { | ||
[key: string]: unknown; | ||
}, Variables extends { | ||
[key: string]: unknown; | ||
}, DeepPartial extends { | ||
[key: string]: unknown; | ||
}>(document: DocumentNode<Data, Variables, DeepPartial>): SimpleDocument<Data, Variables, DeepPartial>; | ||
//# sourceMappingURL=document.d.ts.map |
{ | ||
"name": "graphql-mini-transforms", | ||
"version": "0.0.0-snapshot-20220830162605", | ||
"version": "0.0.0-snapshot-20221129214725", | ||
"license": "MIT", | ||
@@ -46,3 +46,3 @@ "description": "Transformers for importing .graphql files in various build tools.", | ||
"graphql": ">=14.5.0 <16.0.0", | ||
"graphql-typed": "^0.0.0-snapshot-20220830162605" | ||
"graphql-typed": "^2.0.1" | ||
}, | ||
@@ -88,3 +88,3 @@ "devDependencies": { | ||
"types": "./build/ts/jest-simple.d.ts", | ||
"default": "./build/ts/jest-simple.d.ts" | ||
"default": "./jest-simple.js" | ||
}, | ||
@@ -91,0 +91,0 @@ "./webpack-loader": { |
@@ -12,3 +12,3 @@ # `graphql-mini-transforms` | ||
```bash | ||
$ yarn add graphql-mini-transforms | ||
yarn add graphql-mini-transforms | ||
``` | ||
@@ -15,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
43488
644
+ Addedgraphql-typed@2.3.0(transitive)
- Removedgraphql-typed@0.0.0-snapshot-20240620045713(transitive)
Updatedgraphql-typed@^2.0.1