Similar to the @@ignore attribute on the model level we should implement an @ignore attribute on the field level.
This would have two main use cases:
- Users can choose not to expose certain fields to the Client.
- In cases where users chose to not expose models to the client via
@@ignore all relationfields pointing to them would need an @ignore
Similar to the
@@ignoreattribute on the model level we should implement an@ignoreattribute on the field level.This would have two main use cases:
@@ignoreall relationfields pointing to them would need an@ignore