You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a schema defined with typeDefs and resolvers with basic CRUD ops (resolving from Dynamodb) and I would like to extend it with a search query from elasticsearch. so I have crud+search ops.
Could you please tell, how can I achieve this?
thank you.
The text was updated successfully, but these errors were encountered:
Hi @nodkz.
I have a schema defined with
typeDefs
andresolvers
with basic CRUD ops (resolving from Dynamodb) and I would like to extend it with asearch
query from elasticsearch. so I have crud+search ops.Could you please tell, how can I achieve this?
thank you.
The text was updated successfully, but these errors were encountered: