I my Schema.Graphql how can I have in my Query obj...
# orm-help
i
I my Schema.Graphql how can I have in my Query object
items: [Item]!
AND
items(where: ItemWhereUniqueInput!): [Item]!
?
l
You should return an single ITEM instead of an array