Skip to content

Commit bd78abd

Browse files
committed
docs: annotate deprecation messages
1 parent 224b792 commit bd78abd

5 files changed

Lines changed: 93 additions & 93 deletions

File tree

libs/content/driver/magento/src/driver.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
import { provideDaffContentMagentoDriver } from './provider';
88

99
/**
10-
* @deprecated
10+
* @deprecated Deprecated in version 0.91.0. Will be removed in version 0.94.0.
1111
*/
1212
@NgModule({
1313
imports: [

libs/driver/magento/src/graphql/cache-header/cache-header-apollo-link.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const provideDaffMagentoCacheHeader = () => makeEnvironmentProviders([
4545
* on a response, if there was a response with that header set.
4646
*
4747
* @inheritdoc
48-
* @deprecated Prefer using {@link provideDaffMagentoCacheHeader} instead.
48+
* @deprecated Prefer using {@link provideDaffMagentoCacheHeader} instead. Deprecated in version 0.91.0. Will be removed in version 0.94.0.
4949
*/
5050
@Injectable({
5151
providedIn: 'root',

libs/driver/magento/src/graphql/cacheable-operations/apollo-cacheable-operations-link-generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const provideDaffMagentoApolloCacheableOperations = () => makeEnvironment
3232
* A service that will convert cacheable apollo operations into a format that Magento will understand as cacheable.
3333
*
3434
* @inheritdoc
35-
* @deprecated Prefer using {@link provideDaffMagentoApolloCacheableOperations} instead.
35+
* @deprecated Prefer using {@link provideDaffMagentoApolloCacheableOperations} instead. Deprecated in version 0.91.0. Will be removed in version 0.94.0.
3636
*/
3737
@Injectable({
3838
providedIn: 'root',

libs/driver/magento/src/schema/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import introspectionQueryResultData from './introspection.json';
33
export const MAGENTO_POSSIBLE_TYPES = introspectionQueryResultData;
44

55
/**
6-
* @deprecated Prefer {@link MAGENTO_POSSIBLE_TYPES} instead.
6+
* @deprecated Prefer {@link MAGENTO_POSSIBLE_TYPES} instead. Deprecated in version 0.91.0. Will be removed in version 0.94.0.
77
*/
88
export { MAGENTO_POSSIBLE_TYPES as schema };

0 commit comments

Comments
 (0)