Steven Vachon
06/04/2019, 11:38 PMmutation ($data: ResumeCreateInput!) {
createResume(data: $data) {
id
}
} with { "data": {
"firstName: "me",
"location": { "city": "mine" }
} } erroring with
Variable '$data' expected value of type 'ResumeCreateInput!' but got: {"firstName":"me","location":{"city":"mine"}}. Reason: 'location.city' Field 'city' is not defined in the input type 'LocationCreateOneInput'.
bkstorm
06/05/2019, 4:12 AM'location.city' Field 'city' is not defined in the input type 'LocationCreateOneInput'.Michał Chmura
06/05/2019, 7:30 AMcreateMichał Chmura
06/05/2019, 7:30 AMlocation: { create: { city: 'mine' } }Steven Vachon
06/05/2019, 1:05 PMMichał Chmura
06/05/2019, 1:32 PMPrismaSteven Vachon
06/05/2019, 2:03 PM