How to resolve a list separated by some nested property on their children?

后端 未结 0 1103
孤街浪徒
孤街浪徒 2021-01-30 00:09

I have a Teacher type that looks like this:

  type Teacher {
    id: ID!
    name: String
    reservations: [Applicant],
    reservations_by_day: {
          


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