Commit fad9a8c9 authored by Takuya Noguchi's avatar Takuya Noguchi

Fix typo in Frontend GraphQL development guide

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 8c080874
...@@ -815,7 +815,7 @@ apollo: { ...@@ -815,7 +815,7 @@ apollo: {
}, },
``` ```
Then, becasue Etags depend on the request being a `GET` instead of GraphQL's usual `POST`, but our default link library does not support `GET` we need to let our defaut Apollo client know to use a different library. Then, because Etags depend on the request being a `GET` instead of GraphQL's usual `POST`, but our default link library does not support `GET` we need to let our defaut Apollo client know to use a different library.
```javascript ```javascript
/* componentMountIndex.js */ /* componentMountIndex.js */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment