``` ERROR: Argument 'data' expected type 'ProductC...
# prisma-whats-new
l
Copy code
ERROR: Argument 'data' expected type 'ProductCreateInput!' but got: {name: "Caramella", slug: "caramella", tagline: "A clean, modern blogging platform without the fuss", votes_count: 473, comments_count: 28, topics: {connect: [{name: "Productivity"}]}}. Reason: 'topics.connect[0].name' Field 'name' is not defined in the input type 'TopicWhereUniqueInput'. (line 8, column 33):
  product1: createProduct(data: {
                                ^
 (line 14, column 5):
    topics: { connect: [ { name : "Productivity" } ] }
    ^
 (line 14, column 15):
    topics: { connect: [ { name : "Productivity" } ] }
              ^
 (line 14, column 24):
    topics: { connect: [ { name : "Productivity" } ] }
                       ^
 (line 14, column 28):
    topics: { connect: [ { name : "Productivity" } ] }
                           ^