Skip to content

Commit cce5e91

Browse files
committed
add field policy postscript to section-3a: fix typo
1 parent 67db816 commit cce5e91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pg_tutorial_3a.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,6 @@ const client = new ApolloClient({
515515
Try it out. We will continue to use `classicIds:true` in for the foreseeable future, but its nice to know we have options. { dataIdFromObject: (object) => object.nodeId }
516516
517517
P.S. Here's another (option for renaming...)
518-
dataIdFromObject(responseObject) {
519-
switch (responseObject.\_\_typename) {
520518
521519
```js
522520
const client = new ApolloClient({

0 commit comments

Comments
 (0)