Martí Crespí
03/04/2019, 8:33 AMMartí Crespí
03/04/2019, 8:33 AMmarcus
03/04/2019, 9:31 AMMartí Crespí
03/04/2019, 9:54 AMmarcus
03/04/2019, 12:07 PMmarcus
03/04/2019, 12:08 PMtype Customer {
accounts: Account!
}
Instead it should be:
type Customer {
accounts: [Account]
}
Then that problem will be gone.Martí Crespí
03/04/2019, 12:40 PM