gpt4 book ai didi

node.js - 使用 GraphQL NestJS 上传

转载 作者:太空宇宙 更新时间:2023-11-03 22:50:21 25 4
gpt4 key购买 nike

有人有如何使用 GraphQl 在 NestJs 中上传文件的示例吗?

我可以通过 Controller 使用给定的示例上传

https://github.com/nestjs/nest/issues/262#issuecomment-366098589 ,

但我找不到任何关于如何在 NestJS 中使用 GrahpQL 上传的综合文档

最佳答案

Apollo Server 2.0 现在应该能够做到这一点(打包在嵌套中),尽管我需要安装 graphql-upload 并导入 GraphQLUpload 因为我找不到上传类型:

@Mutation(() => Image, { nullable: true })
async addImage(@Args({ name: 'image', type: () => GraphQLUpload }) image) {
// Do stuff with image...
}

关于node.js - 使用 GraphQL NestJS 上传,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49034156/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com