Commit 25e65316 authored by Mike Jang's avatar Mike Jang

Merge branch 'fix-fe-graphql-typo' into 'master'

Fix FE GraphQL docs typo

See merge request gitlab-org/gitlab!38266
parents 1836a5c8 f22ef08a
...@@ -75,7 +75,7 @@ their execution by clicking **Execute query** button on the top left: ...@@ -75,7 +75,7 @@ their execution by clicking **Execute query** button on the top left:
## Apollo Client ## Apollo Client
To save duplicated clients getting created in different apps, we have a To save duplicated clients getting created in different apps, we have a
[default client](https://gitlab.com/gitlab-org/gitlab/blob/master/app/assets/javascripts/lib/graphql.js) that should be used. This setups the [default client](https://gitlab.com/gitlab-org/gitlab/blob/master/app/assets/javascripts/lib/graphql.js) that should be used. This sets up the
Apollo client with the correct URL and also sets the CSRF headers. Apollo client with the correct URL and also sets the CSRF headers.
Default client accepts two parameters: `resolvers` and `config`. Default client accepts two parameters: `resolvers` and `config`.
......
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