dennis
10/15/2018, 7:33 PMtype Collection {
id: ID! @unique
title: String!
published: Boolean! @default(value: "false")
owner: User!
}
dennis
10/15/2018, 7:46 PMejoebstl
10/16/2018, 9:26 AM[T!]!
, I would be surprised if the default is anything other than an empty list.