MongoDB
 sql >> Datenbank >  >> NoSQL >> MongoDB

Füllen der Ref im Mongoose-Schema während der Arbeit mit Graphql

Ich hoffe, es kann Ihnen helfen.

const result = await booking.save();
const res=await booking.findById(result._id).populate("user");
console.log(res)