soil-schema / soil

REST api schema and code generator
MIT License
1 stars 0 forks source link

Refactoring and Testing #74

Open niaeashes opened 2 years ago

niaeashes commented 2 years ago

Check entity requires Writer: too complex

Entity has always reading use cases.

Entity has writing use cases if referenced by Endpoint.request directive.

RequestBody graph set hasWritingUseCase true each Entity from referenced it.

Add tests