- Preparing search index...
- The search index is not available
simple-graphql
Type alias SGSchemaOptions
SGSchema
Options
: BaseSGSchemaOptions & { tableOptions
?: ModelOptions<any> & { primaryKey
?: { autoIncrement
?: boolean; field
: string; type
: DataType; }; }; }