I can't seem to get `items` to load with this quer...
# orm-help
a
I can't seem to get
items
to load with this query:
Copy code
course(where: {id: "cjqqp8g9z00xx0a06kchfp119"}) {
    id
    name
    units {
      id
      name
      items {
        id
        name
      }
    }
  }
}