For example, if I have the following datamodel: ``...
# prisma-client
s
For example, if I have the following datamodel:
Copy code
type Fruit {
  size: Int!
  owner: Human!
}