Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/cli/graphql-transformer/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<inline-fragment src="~/cli/plugins/fragments/custom-transformer.md"></inline-fragment>
## 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).
1 change: 1 addition & 0 deletions docs/cli/plugins/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down