I want all field that a nullable in my mocked sche...
# orm-help
e
I want all field that a nullable in my mocked schema to randomly return
null
without having to implement a mock for all fields. Is there a way to override the default mock to randomly return
null
(for nullable fields). I am using
addMockFunctionsToSchema
and
SchemaLink