Add the model link fields, and each link generate a GraphQL field but no corresponding database column.
Add instance method to current Schema.
Add the GraphQL mutataion methods.
Add the GraphQL query methods.
Add statics method to current Schema.
Add the GraphQL subscription methods.
Generated using TypeDoc
Add the model base fields, and each field has a corresponding database column. In default, each field generate a GraphQL field, unless it config with "hidden:true".