summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatalia Tepluhina <ntepluhina@gitlab.com>2018-12-07 09:57:01 +0000
committerNatalia Tepluhina <ntepluhina@gitlab.com>2018-12-07 09:57:01 +0000
commit8992891d46e1ac8a0bdea881de33d5a6304d841f (patch)
tree245d65cfad7aceded1ede04ec3ae065d9c3a53ed
parenta89a73c1cc8576d75afc947cec14f19e1ae8a30d (diff)
downloadgitlab-ce-patch-34.tar.gz
Update graphql.mdpatch-34
-rw-r--r--doc/development/fe_guide/graphql.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/fe_guide/graphql.md b/doc/development/fe_guide/graphql.md
index f55f01720fd..81d77616d7f 100644
--- a/doc/development/fe_guide/graphql.md
+++ b/doc/development/fe_guide/graphql.md
@@ -59,6 +59,8 @@ it('tests apollo component', () => {
});
```
+For more advanced testing it's possible to use tests with [mocking GraphQL schema](https://akryum.github.io/vue-apollo/guide/testing.html#tests-with-mocked-graqhql-schema)
+
## Usage outside of Vue
It is also possible to use GraphQL outside of Vue by directly importing