diff --git a/docs/source/development-testing/schema-driven-testing.mdx b/docs/source/development-testing/schema-driven-testing.mdx index 465ed89b92c..683851edc1c 100644 --- a/docs/source/development-testing/schema-driven-testing.mdx +++ b/docs/source/development-testing/schema-driven-testing.mdx @@ -185,7 +185,8 @@ import { render as rtlRender, screen } from "@testing-library/react"; import graphqlSchema from "../../../schema.graphql"; import { makeClient } from "../../client"; import { - ApolloClient, +// this should be a function that returns a new ApolloClient instance configured just like your production Apollo Client instance - see the FAQ. +import { makeClient } from "../../client"; ApolloProvider, NormalizedCacheObject, } from "@apollo/client";