@aws-amplify/graphql-searchable-transformer
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

GraphQL @searchable Transformer

Reference Documentation

@searchable

The @searchable directive handles streaming the data of an @model object type and configures search resolvers that search that information.

Definition

# Streams data from dynamodb into opensearch and exposes search capabilities.
directive @searchable(queries: SearchableQueryMap) on OBJECT
input SearchableQueryMap {
  search: String
}

Install

npm i @aws-amplify/graphql-searchable-transformer

DownloadsWeekly Downloads

42,773

Version

1.1.1

License

Apache-2.0

Unpacked Size

818 kB

Total Files

74

Last publish

Collaborators

  • aws-amplify-docs-eng-ops
  • amplify-data-dev-npm
  • amplify-studio-uibuilder
  • amplify-codegen
  • mlabieniec
  • amzn-oss
  • undefobj
  • aws-amplify-ops
  • manuel.iglesias
  • thaddmt
  • mattsb42-aws