Commit fb551ba2 authored by Mike Jang's avatar Mike Jang

Merge branch 'tnir/doc/development/fe_guide/graphql.md-because' into 'master'

Fix typo in Frontend GraphQL development guide

See merge request gitlab-org/gitlab!59099
parents 51cdbf22 fad9a8c9
...@@ -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