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?