我编写了一个使用主干的代码片段,它将数据发布到urlRoute。urlRoot:"courses/"
var courses = new Course({title:"Sending a Post request to the node-expressbackend,but how to access this in the backend"});我在后端使用了<e
我有一个使用express和apollo- server -express的node.js服务器应用程序。我想使用一个通用的路由方法为我的react客户机提供服务,但是,我仍然想公开/graphql端点。我如何才能做到这一点,使/graphql不会被我路由的其余部分所捕获?谢谢。import express from 'express';
const app = express</em