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.
我正在创建一个组件,用户可以在其中创建新帖子,然后在创建帖子后并且在用户继续编辑时,在后台定期更新帖子。
创建帖子很容易,我知道我可以在<code>onSuccess处理程序中获取响应对象,但是我如何创建<code>EditPostMutations</code>?我不确定如何设置,所以我新创建的 Post 是组件中的一个片段。
我是否正确地考虑了这一点?