Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@aws-amplify/graphql-searchable-transformer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-amplify/graphql-searchable-transformer

Amplfy GraphQL @searchable transformer


Version published
Weekly downloads
45K
increased by4.07%
Maintainers
7
Weekly downloads
 
Created
Issues
756

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
}

FAQs

Package last updated on 16 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts