Graphql type-graphql如何传递一个对象数组突变
Posted
技术标签:
【中文标题】Graphql type-graphql如何传递一个对象数组突变【英文标题】:Graphql type-graphql how to pass one array of objects mutation 【发布时间】:2020-02-03 22:43:49 【问题描述】:我需要传递一个对象数组,但是说我必须指定参数的类型,我试试这行代码。它不起作用@Arg("products") products:[ReservationProduct]
【问题讨论】:
欢迎堆栈溢出。请您看一下这个链接:***.com/help/how-to-ask 我们需要查看您的代码/GraphQL 查询。谢谢。 【参考方案1】:@Arg("products", type => [ReservationProduct]) products: ReservationProduct[]
【讨论】:
以上是关于Graphql type-graphql如何传递一个对象数组突变的主要内容,如果未能解决你的问题,请参考以下文章
在 type-graphql 突变中传递多个参数以及 `GraphQLUpload`
GraphQL 如何使用 Nestjs 或 type-graphql 设置查询 MongoDB ref 集合