Hey <@U0RQY0KK5> i’m experiencing a quite strange ...
# prisma-whats-new
e
Hey @nilan i’m experiencing a quite strange bug after the migration, if i run
Copy code
mutation {
  createProject(title: "new title test again", userId: "ciw5pk6q74zme0122iax67xj0", endDate: "2009-06-15T13:45:30", minSubscribers: 0) {
  	user {
      username
    }
	}
}
It creates the project, but set former projects where user is the same user as just attached to the createProject via
userId
to null on the user field.