GraphQL: how to update a node property?

后端 未结 0 1709
花落未央
花落未央 2021-01-12 02:59

I have articles nodes named Article with this type:

type Article {
    id: ID! 
    favorite: Boolean
    content: String
}

The value for fav

相关标签:
回答
  • 消灭零回复
提交回复
热议问题