Skip to content
module@warp-drive/legacy/model @legacy

Function buildSchema()

ts
function buildSchema(store): SchemaService;

Defined in: warp-drive-packages/legacy/src/model/-private/schema-provider.ts:274

The createSchemaService implementation for use with Model. Pass the result of this to your store's createSchemaService method when configuring the store to use Model for schema information.

Parameters

store

Store

Returns

SchemaService

Released under the MIT License.