Skip to content

Commit d9d914f

Browse files
committed
initial react-hooks codegen implementation builds
1 parent 6130417 commit d9d914f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

demo/graphql-codegen-typescript.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ generates:
5555
typescriptCodegenOutputPath: "../"
5656
trimString:
5757
withQueries: true
58-
withInserts: false
59-
withUpdates: false
60-
withDeletes: false
58+
withInserts: true
59+
withUpdates: true
60+
withDeletes: true

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "demo",
44
"version": "2.2.1",
55
"dependencies": {
6-
"@apollo/client": "^3.0.0-beta.10",
6+
"@apollo/client": "^3.0.0-beta.14",
77
"@apollo/react-hooks": "^3.2.0-beta.0",
88
"@types/jest": "24.0.23",
99
"@types/node": "12.12.14",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@apollo/client@^3.0.0-beta.10", "@apollo/client@^3.0.0-beta.4":
5+
"@apollo/client@^3.0.0-beta.14", "@apollo/client@^3.0.0-beta.4":
66
version "3.0.0-beta.14"
77
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.0.0-beta.14.tgz#25a0b43c8a55ef6f914e600270bd8f2c3fded2c2"
88
integrity sha512-C6aTXjmYVVYrypGXY8QT7j0EOnCmkKau544Bc0iPUKsyXCA+ic9Ri3gNCeuBqQg0TnAc++E0N/NzirD7VcqxHA==

0 commit comments

Comments
 (0)