graphql mutation field not optional confusion

前端 未结 0 937
天涯浪人
天涯浪人 2020-12-04 15:25

It make sense to do this

type Person {
  name: String!
  age: Int!
}

type Query {
  allPersons(last: Int): [Person!]!
}

means why we need [P

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