Comparing version 0.0.2 to 0.0.3
@@ -97,3 +97,3 @@ "use strict"; | ||
sourceFile.addImportDeclaration({ | ||
moduleSpecifier: '@common/stook-graphql', | ||
moduleSpecifier: '@common/taro-stook-graphql', | ||
namedImports: ['Options', 'query'], | ||
@@ -100,0 +100,0 @@ }); |
@@ -97,3 +97,3 @@ "use strict"; | ||
sourceFile.addImportDeclaration({ | ||
moduleSpecifier: '@common/stook-graphql', | ||
moduleSpecifier: '@common/taro-stook-graphql', | ||
namedImports: ['Options', 'useQuery', 'useMutate'], | ||
@@ -100,0 +100,0 @@ }); |
@@ -126,3 +126,3 @@ "use strict"; | ||
sourceFile.addImportDeclaration({ | ||
moduleSpecifier: '@common/stook-graphql', | ||
moduleSpecifier: '@common/taro-stook-graphql', | ||
namedImports: ['RefetchOptions', 'fetcher'], | ||
@@ -129,0 +129,0 @@ }); |
{ | ||
"name": "gqlgen", | ||
"description": "gqlgen", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "forsigner", | ||
@@ -6,0 +6,0 @@ "bin": { |
@@ -22,3 +22,3 @@ gqlgen | ||
$ gqlgen (-v|--version|version) | ||
gqlgen/0.0.2 darwin-x64 node-v12.8.1 | ||
gqlgen/0.0.3 darwin-x64 node-v12.8.1 | ||
$ gqlgen --help [COMMAND] | ||
@@ -25,0 +25,0 @@ USAGE |
33299