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
36K
decreased by-2.31%
Maintainers
10
Weekly downloads
 
Created

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 02 Nov 2023

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