How to delete nested collections

后端 未结 0 1340
广开言路
广开言路 2021-02-04 01:45

I have a schema something like this

type Todo {
  title: String!
  completed: Boolean!
  list: List
}

type List {
  title: String!
  todos: [Todo] @relation
}

t         


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