Documentation / @warp-drive/core / build-config/deprecations / ENABLE_LEGACY_SCHEMA_SERVICE
Variable: ENABLE_LEGACY_SCHEMA_SERVICE
ts
const ENABLE_LEGACY_SCHEMA_SERVICE: boolean;Defined in: build-config/declarations/deprecations.d.ts:433
ember-data:schema-service-updatesWhen the flag is true (default), the legacy schema service features will be enabled on the store and the service, and deprecations will be thrown when they are used.
Deprecated features include:
Store.registerSchemamethod is deprecated in favor of theStore.createSchemaServicehookStore.registerSchemaDefinitionServicemethod is deprecated in favor of theStore.createSchemaServicehookStore.getSchemaDefinitionServicemethod is deprecated in favor ofStore.schemapropertySchemaService.doesTypeExistmethod is deprecated in favor of theSchemaService.hasResourcemethodSchemaService.attributesDefinitionFormethod is deprecated in favor of theSchemaService.fieldsmethodSchemaService.relationshipsDefinitionFormethod is deprecated in favor of theSchemaService.fieldsmethod
Since
5.4
Until
6.0