diff --git a/docs/cli/graphql-transformer/directives.md b/docs/cli/graphql-transformer/directives.md index b1a0e6a14c1..ccc1ebeb554 100644 --- a/docs/cli/graphql-transformer/directives.md +++ b/docs/cli/graphql-transformer/directives.md @@ -17,4 +17,7 @@ The Amplify CLI provides GraphQL directives to enhance your schema with addition - [`@searchable`: Makes your data searchable by streaming it to Elasticsearch](~/cli/graphql-transformer/searchable.md) - [`@versioned`: Defines the versioning and conflict resolution strategy for an @model type](~/cli/graphql-transformer/versioned.md) - \ No newline at end of file +## 3rd party directives +- [`@ttl`: Enable DynamoDB's time-to-live feature to auto-delete old entries in your AWS Amplify API](https://github.com/flogy/graphql-ttl-transformer) + +> Looking to build your own transformers & directives? Check out the guide on [how to author your own transformer & directives](~/cli/plugins/authoring.md#authoring-custom-graphql-transformers--directives). \ No newline at end of file diff --git a/docs/cli/plugins/plugins.md b/docs/cli/plugins/plugins.md index 42f445e0513..0b8fc8e3e9c 100644 --- a/docs/cli/plugins/plugins.md +++ b/docs/cli/plugins/plugins.md @@ -26,6 +26,7 @@ Plugins are explicitly managed in the Amplify CLI pluggable platform. Plugins en * [amplify-category-video](https://www.npmjs.com/package/amplify-category-video) * [amplify-category-docs](https://www.npmjs.com/package/amplify-category-docs) +* [graphql-ttl-transformer](https://github.com/flogy/graphql-ttl-transformer) ## Plugin installation