From 8992891d46e1ac8a0bdea881de33d5a6304d841f Mon Sep 17 00:00:00 2001 From: Natalia Tepluhina Date: Fri, 7 Dec 2018 09:57:01 +0000 Subject: Update graphql.md --- doc/development/fe_guide/graphql.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1