roneli / fastgql

Blazing fast, instant realtime & extendable GraphQL APIs powered by gqlgen
https://www.fastgql.io/
MIT License
31 stars 4 forks source link

Validate @table directive is set correctly #50

Open roneli opened 6 months ago

roneli commented 6 months ago

Add validation to Schema after it is generated for example:

if we defined a type we generate or a relation type we must be sure that a @table directive is defined on it.