jasonmj
05/06/2019, 8:42 PMChristian
11/13/2019, 3:11 AMtype Band {
...
genres: [String]
}
and it works fine directly on the Prisma API with set
. However, when I try to do it with my graphql server, prisma-client generates this in the request: [ [Object: null prototype] ],
and I get a Expected 'BandCreategenresInput', found not an object
error. Any ideas? Sorry to ask, I've searched as much as I can through the archives here, on SO, and on the prisma docs/forum.