Skip to content
Snippets Groups Projects
Commit 66b4cf58 authored by Natalia Tepluhina's avatar Natalia Tepluhina
Browse files

Merge branch 'dc-apollo-tools' into 'master'

Turned on apollo dev tools

See merge request !94291
parents 9653e4df 482b310d
No related branches found
No related tags found
1 merge request!94291Turned on apollo dev tools
Pipeline #608553747 failed
Pipeline: GitLab

#608568943

    ......@@ -221,6 +221,7 @@ export default (resolvers = {}, config = {}) => {
    ac = new ApolloClient({
    typeDefs,
    link: appLink,
    connectToDevTools: process.env.NODE_ENV !== 'production',
    cache: new InMemoryCache({
    ...cacheConfig,
    typePolicies: {
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment