changed apollo server to use express

This commit is contained in:
Sean Macfarlane
2020-08-24 23:54:14 -04:00
parent 5a41840f1d
commit 4f18a93375

View File

@@ -24,7 +24,7 @@ const MOUNT_NODE = document.getElementById('root');
const cache = new InMemoryCache();
const uploadLink = createUploadLink({
uri: API_URI,
uri: `${API_URI}graphql`,
});
const request = async operation => {