summaryrefslogtreecommitdiff
path: root/doc/development/fe_guide/graphql.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-22 21:10:06 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-22 21:10:06 +0000
commitc66b5f750f309b995529d63708b482bcc4e3d35c (patch)
tree1baa97efbc3a37828d763cf4ef4ef6668da864b7 /doc/development/fe_guide/graphql.md
parent9a14667521070786dbf3e61409a50ef6ef72e7ff (diff)
downloadgitlab-ce-c66b5f750f309b995529d63708b482bcc4e3d35c.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/fe_guide/graphql.md')
-rw-r--r--doc/development/fe_guide/graphql.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/development/fe_guide/graphql.md b/doc/development/fe_guide/graphql.md
index b1896863af9..975a5a6d3d2 100644
--- a/doc/development/fe_guide/graphql.md
+++ b/doc/development/fe_guide/graphql.md
@@ -1031,7 +1031,6 @@ the following Apollo Client warning when passing only handlers:
```shell
Unexpected call of console.warn() with:
-
Warning: mock-apollo-client - The query is entirely client-side (using @client directives) and resolvers have been configured. The request handler will not be called.
```