Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在节点 js 中使用分子阿波罗服务器。我有以下突变:
mutation: "updateAvatar(file: Upload!,FolderId:String, Name:String): String"
我如何从邮递员和 graphql 游乐场将 FolderId 和 Name 传递给这个突变。