I try this ``` type Mutation { addLocationUser...
# prisma-whats-new
p
I try this
Copy code
type Mutation {
    addLocationUser(location: LocationCreateInput): User!
}