best design pattern for graphql mutation on object property update?

前端 未结 0 1883
花落未央
花落未央 2021-01-16 09:20

For example I have data type like this:

type Student{
    id: ID!
    name: String
    studentNumber: String
    address: String
}
// all fields are nullable,         


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