SoftInstigate / restheart

Open Source Low-code API development framework Featuring ready-to-go Security and MongoDB API
http://softinstigate.github.io/restheart/
GNU Affero General Public License v3.0
792 stars 170 forks source link

Improve validation of mappings in GraphQL app definition #472

Open ujibang opened 11 months ago

ujibang commented 11 months ago

Brief overview

Improve the validation of mappings in GraphQL app definition to improve the developer experience.

Example of possibile improvements are:

Perform some basic validation when the gql-app definition is created and either reject the request completely or at least include some warnings in the response.

Rationale

Improve the developer experience

Detailed documentation

TBD