when "masking" a type by redefining it in the publ...
# orm-help
z
when "masking" a type by redefining it in the public-facing graphql server, is it necessary to have all the decorators present? i.e. if there's an @relation on the field in the datamodel, do I need it on the mask as well? same question goes for @unique, @default