Socket
Book a DemoInstallSign in
Socket

@aws-amplify/graphql-searchable-transformer

Package Overview
Dependencies
Maintainers
9
Versions
468
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-amplify/graphql-searchable-transformer

Amplfy GraphQL @searchable transformer

Source
npmnpm
Version
3.0.17
Version published
Weekly downloads
71K
5.55%
Maintainers
9
Weekly downloads
 
Created
Source

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
}

Keywords

graphql

FAQs

Package last updated on 09 Apr 2025

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