lancej
06/12/2018, 1:33 AMgraphql get-schema --project database
and only when there is only a collection element. type Team {
members: [Participant!]!
}
This will cause the error, but can be corrected if name: String
(or the like) is added. But only after deleting the generated files. It may be down to the lack of unique ID also (which it should have)nilan
06/12/2018, 8:39 AMlancej
06/12/2018, 9:18 AMlancej
06/12/2018, 10:22 AMnilan
06/12/2018, 12:09 PM