Apollo server不能对Mongoose中子对象中的虚拟属性进行序列化。
创始人
2024-09-09 05:00:50
0

要解决Apollo Server无法对Mongoose中子对象中的虚拟属性进行序列化的问题,可以使用自定义解析函数(Custom Resolvers)来手动处理。

首先,确保你的Mongoose模型中的子对象定义了虚拟属性。例如,假设你有一个User模型,其中包含一个posts虚拟属性,该属性引用了Post模型。

const mongoose = require('mongoose');

const postSchema = mongoose.Schema({
  title: String,
  content: String
});

const userSchema = mongoose.Schema({
  name: String,
  posts: [{ type: mongoose.Schema.Types.ObjectId, ref: 'Post' }]
});

userSchema.virtual('postCount').get(function() {
  return this.posts.length;
});

const User = mongoose.model('User', userSchema);
const Post = mongoose.model('Post', postSchema);

module.exports = { User, Post };

接下来,在Apollo Server的解析器中,使用lean()方法来获取Mongoose查询结果的纯JavaScript对象(而不是Mongoose文档对象)。然后,手动处理子对象中的虚拟属性。

以下是一个示例解析器的代码:

const { ApolloServer, gql } = require('apollo-server');
const { User, Post } = require('./models');

const typeDefs = gql`
  type User {
    name: String
    posts: [Post]
    postCount: Int
  }

  type Post {
    title: String
    content: String
  }

  type Query {
    user(id: ID!): User
  }
`;

const resolvers = {
  Query: {
    user: async (parent, { id }) => {
      const user = await User.findById(id).populate('posts');
      const userObj = user.toObject(); // 将Mongoose文档转换为纯JavaScript对象
      userObj.postCount = user.postCount; // 手动添加虚拟属性

      return userObj;
    }
  },
  User: {
    posts: (user) => user.posts
  }
};

const server = new ApolloServer({ typeDefs, resolvers });

server.listen().then(({ url }) => {
  console.log(`Server running at ${url}`);
});

在上面的代码中,我们先使用findById()方法获取用户对象,然后使用populate()方法填充posts属性。接下来,使用toObject()方法将Mongoose文档对象转换为纯JavaScript对象。最后,手动添加虚拟属性postCount

这样,Apollo Server就能够正确地序列化子对象中的虚拟属性了。

相关内容

热门资讯

记者揭秘!智星菠萝辅助(透视辅... 记者揭秘!智星菠萝辅助(透视辅助)拱趴大菠萝辅助神器,扑克教程(有挂细节);模式供您选择,了解更新找...
一分钟揭秘!约局吧能能开挂(透... 一分钟揭秘!约局吧能能开挂(透视辅助)hhpoker辅助靠谱,2024新版教程(有挂教学);约局吧能...
透视辅助!wepoker模拟器... 透视辅助!wepoker模拟器哪个好用(脚本)hhpoker辅助挂是真的,科技教程(有挂技巧);囊括...
透视代打!hhpkoer辅助器... 透视代打!hhpkoer辅助器视频(辅助挂)pokemmo脚本辅助,2024新版教程(有挂教程);风...
透视了解!约局吧德州真的有透视... 透视了解!约局吧德州真的有透视挂(透视脚本)德州局HHpoker透视脚本,必胜教程(有挂分析);亲,...
六分钟了解!wepoker挂底... 六分钟了解!wepoker挂底牌(透视)德普之星开辅助,详细教程(有挂解密);德普之星开辅助是一种具...
9分钟了解!wpk私人辅助(透... 9分钟了解!wpk私人辅助(透视)hhpoker德州透视,插件教程(有挂教学);风靡全球的特色经典游...
推荐一款!wepoker究竟有... 推荐一款!wepoker究竟有透视(脚本)哈糖大菠萝开挂,介绍教程(有挂技术);囊括全国各种wepo...
每日必备!wepoker有人用... 每日必备!wepoker有人用过(脚本)wpk有那种辅助,线上教程(有挂规律);wepoker有人用...
玩家必备教程!wejoker私... 玩家必备教程!wejoker私人辅助软件(脚本)哈糖大菠萝可以开挂,可靠技巧(有挂神器)申哈糖大菠萝...