graphql-codegen-typescript-react-apollo-named
Advanced tools
Comparing version 0.15.1-rc4 to 0.15.1-rc5
@@ -6,6 +6,8 @@ import { PluginFunction, PluginValidateFn } from 'graphql-codegen-core'; | ||
noGraphqlTag?: boolean; | ||
noReactApollo?: boolean; | ||
noNamespaces?: boolean; | ||
noHOC?: boolean; | ||
noDocument?: boolean; | ||
} | ||
export declare const plugin: PluginFunction<Config>; | ||
export declare const validate: PluginValidateFn<any>; |
@@ -56,3 +56,3 @@ { | ||
"typings": "dist/index.d.ts", | ||
"version": "0.15.1-rc4" | ||
"version": "0.15.1-rc5" | ||
} |
@@ -5,2 +5,4 @@ This is a modified version of the original graphql-codegen-react-apollo plugin. | ||
- HOC and Props generation is changed to fit our needs. | ||
Basic changes: | ||
- works together with or without the typescript-react-apollo plugin | ||
- all HOCs have a custom operationOptions' name property matching the mutation name |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18322
189
7
0