15 uri: ‘https://your-graphql-api.com/graphql’, 16 cache: new InMemoryCache(), 17}); 18 19ReactDOM.render( 20 <Provider store={store}> 21 …
15 uri: ‘https://your-graphql-api.com/graphql’, 16 cache: new InMemoryCache(), 17}); 18 19ReactDOM.render( 20 <Provider store={store}> 21 …