kitze
04/30/2019, 2:04 PMexport type PaddleSubscriptionWhereUniqueInput = AtLeastOne<{
id: ID_Input;
subscriptionId?: String;
}>;
Harshit
05/01/2019, 4:33 PM@unique
in the datamodel?
Also, make sure you ran prisma deploy
and prisma generate
😅